Skip to content

Commit d570820

Browse files
committed
Fix html
1 parent 117983a commit d570820

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>README</title>
65
<meta name="viewport" content="width=device-width, initial-scale=1">
76
<title>README</title>
8-
<style type="text/css">code{white-space: pre;}</style>
7+
<style type="text/css">code { white-space: pre-wrap; }</style>
98
<style type="text/css">
109
html { -webkit-text-size-adjust: 100%; }
1110
pre > code.sourceCode { white-space: pre; position: relative; }
@@ -341,6 +340,7 @@
341340
}
342341
ol,
343342
ul {
343+
padding-top: 0;
344344
padding-left: 2rem;
345345
}
346346
ol,

0 commit comments

Comments
 (0)