Jungle theme - only change fonts on smaller screens

This commit is contained in:
towards-a-new-leftypol 2024-02-27 16:48:48 -05:00
parent ade9c47d25
commit b4e77bae40
1 changed files with 8 additions and 6 deletions

View File

@ -24,6 +24,7 @@ body {
left: -4px;
}
@media screen and (max-width: 600px) {
.bar.bottom {
font-size: 14px;
}
@ -32,6 +33,7 @@ body {
opacity: .8;
font-size: 8pt;
}
}
div.title h1 {
font-size: 24px;