This commit is contained in:
Yann Esposito (Yogsototh) 2021-05-09 19:50:53 +02:00
parent debfc13228
commit bc5afe8cd1
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
2 changed files with 4 additions and 2 deletions

View file

@ -10,7 +10,9 @@
#content { border-left: solid;
border-right: solid;
border-bottom: solid;
margin-top: 2rem;}
margin-top: 2rem;
padding-top: 0;
}
#content :first-child { margin-top: 0; }
h1,h2,h3,h4,h5,h6 { font-size: 1rem; }
h1,h2,h3,footer {

View file

@ -12,7 +12,7 @@ h1,h2,h3,h4,h5,h6 {
p { text-align: justify; hyphens: auto; }
pre { overflow-x: scroll; border: solid 1px; padding: 1em; }
pre > code { background: none; font-size: 0.875em; }
code,pre { font-family: Menlo, Monaco, monospace; font-size: 1.85ex; }
code,pre { font-family: Menlo, Monaco, monospace; font-size: 1.75ex; }
figure { margin: 1rem 0; padding: 0; }
.meta { font-size: small;}
.abstract { margin: 1rem 10% 0; font-size: 0.875em; font-style: italic; }