make font smaller on mobile

This commit is contained in:
Gabriel 2024-11-02 15:18:29 -04:00
parent 57096cb579
commit f020fbf379

View file

@ -290,6 +290,7 @@ article .highlight pre {
@media screen and (orientation:portrait) { @media screen and (orientation:portrait) {
article { article {
max-width: 90vw; max-width: 90vw;
font-size:16px;
} }
} }