Make stuff more responsive

This commit is contained in:
southerntofu 2020-04-24 15:46:52 +02:00
parent 52d1ab053b
commit 5df4a41f98
1 changed files with 7 additions and 0 deletions

View File

@ -16,6 +16,9 @@ header {
article > div:first-child > h1, section > h1:first-child {
text-align: center;
font-size: 2.6em;
@media screen and (max-width: 64em) {
font-size: 1.3em;
}
}
article > div:first-child {
@ -46,3 +49,7 @@ main {
text-align: center;
font-weight: bold;
}
pre {
overflow-x: auto;
}