main
km0 1 year ago
parent 2be51ff47d
commit d73a23830f

@ -2,13 +2,13 @@
box-sizing: border-box; box-sizing: border-box;
} }
html, body { html,
body {
margin: 0; margin: 0;
font-size: 24px; font-size: 24px;
font-family: serif; font-family: serif;
} }
header { header {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -31,11 +31,18 @@ header {
padding-inline: 32px; padding-inline: 32px;
} }
.chapter img {
max-width: 100%;
object-fit: contain;
}
.chapter + .chapter { .chapter + .chapter {
margin-top: 256px; margin-top: 256px;
} }
h1, h2, h3 { h1,
h2,
h3 {
font-family: sans-serif; font-family: sans-serif;
margin: 2em auto; margin: 2em auto;
} }
@ -53,7 +60,8 @@ a {
text-decoration: none; text-decoration: none;
} }
pre, code { pre,
code {
white-space: pre-wrap; white-space: pre-wrap;
} }
@ -82,11 +90,11 @@ white-space: pre-wrap;
} }
.language-note:before { .language-note:before {
content: 'Note' content: "Note";
} }
.language-todo:before { .language-todo:before {
content: 'TO DO' content: "TO DO";
} }
.language-placeholder { .language-placeholder {

Loading…
Cancel
Save