update fontsize on phone

This commit is contained in:
ClovertaTheTrilobita 2026-04-11 01:33:35 +03:00
parent c0e7882278
commit 31849ed5ab

View file

@ -93,6 +93,14 @@ html.dark body::after {
}
@media (max-width: 700px) {
code {
font-size: 0.92rem;
}
body {
font-size: 1rem;
}
body::after {
opacity: 0;
}