Some fixes on font size

This commit is contained in:
Fabio Manganiello 2024-08-19 11:37:52 +02:00
parent cece2bee68
commit aec603f2e8

View file

@ -9,11 +9,11 @@ main .content ul {
text-align: justify; text-align: justify;
overflow-wrap: break-word; overflow-wrap: break-word;
word-break: break-word; word-break: break-word;
font-size: 0.85em; font-size: 0.95em;
} }
main .content code, .codehilite { main .content code, .codehilite {
font-size: .85em; font-size: 0.9em;
} }
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {