main
km0 1 year ago
parent 2be51ff47d
commit d73a23830f

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

Loading…
Cancel
Save