Skip to content

Commit

Permalink
Improve mobile rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWilsn committed Feb 13, 2023
1 parent 5fdfcab commit 085ba95
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ body {

pre {
padding: 1em 0.5em;
overflow-x: scroll;
}

pre,code {
Expand Down
1 change: 1 addition & 0 deletions docs/markdown-html-comments/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>markdown-html-comments</title>
<link rel="stylesheet" href="../main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<article>
Expand Down
1 change: 1 addition & 0 deletions docs/markdown-json-cite/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>markdown-json-cite</title>
<link rel="stylesheet" href="../main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<article>
Expand Down
1 change: 1 addition & 0 deletions docs/markdown-link-first/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>markdown-link-first</title>
<link rel="stylesheet" href="../main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<article>
Expand Down
1 change: 1 addition & 0 deletions docs/markdown-link-status/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>markdown-link-status</title>
<link rel="stylesheet" href="../main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<article>
Expand Down
1 change: 1 addition & 0 deletions docs/markdown-order-section/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>markdown-order-section</title>
<link rel="stylesheet" href="../main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<article>
Expand Down
1 change: 1 addition & 0 deletions docs/markdown-re-eip-dash/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>markdown-re-eip-dash</title>
<link rel="stylesheet" href="../main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<article>
Expand Down
1 change: 1 addition & 0 deletions docs/markdown-re-erc-dash/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>markdown-re-erc-dash</title>
<link rel="stylesheet" href="../main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<article>
Expand Down
1 change: 1 addition & 0 deletions docs/markdown-refs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>markdown-refs</title>
<link rel="stylesheet" href="../main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<article>
Expand Down

0 comments on commit 085ba95

Please sign in to comment.