diff options
-rw-r--r-- | html/assets/style.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/html/assets/style.css b/html/assets/style.css index 9ec7f64..77004f5 100644 --- a/html/assets/style.css +++ b/html/assets/style.css @@ -46,6 +46,8 @@ body background-color: #e9e9e7; color: #353534; font-family: Open Sans,Arial; + font-size: 1.1rem; + line-height: 1.5; margin: 0; } @@ -285,7 +287,7 @@ a.header-link justify-content: center; } -.note-box +.note-box { max-width: 300px; max-height: 400px; @@ -298,6 +300,7 @@ a.header-link border-radius: 5px; border: 2px solid #E6E3E1; box-shadow: 0 0 10px #E6E3E1; + overflow: hidden; } .note-link @@ -441,7 +444,6 @@ p code } /* Copied from pandoc template */ -code{white-space: pre-wrap;} span.smallcaps{font-variant: small-caps;} span.underline{text-decoration: underline;} div.column{display: inline-block; vertical-align: top; width: 50%;} @@ -451,6 +453,7 @@ pre > code.sourceCode { white-space: pre; position: relative; } pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } pre > code.sourceCode > span:empty { height: 1.2em; } .sourceCode { overflow: scroll; } +pre { overflow: scroll; } code.sourceCode > span { color: inherit; text-decoration: inherit; } div.sourceCode { margin: 1em 0; } pre.sourceCode { margin: 0; } |