fix font size

This commit is contained in:
Yann Esposito (Yogsototh) 2023-04-17 12:02:35 +02:00
parent 11545d5ab7
commit f8b5487e65
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
html {
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
font-size: normal;
font-size: large;
line-height: 1.5;
}
html,body { margin: 0; padding: 0; border: 0; }
@ -58,6 +58,7 @@ hr { opacity: 0.3; }
white-space: nowrap;
}
header, footer { text-align: center; }
main#content { clear: both; }
#content,.content,footer {
padding: 1rem;
max-width: 65ch;