adjusted font size for phones

This commit is contained in:
asus
2023-11-20 01:14:17 +01:00
parent 5b767e8147
commit 82ba4401c6

View File

@@ -14,6 +14,11 @@ body, pre {
font-weight: normal;
font-style: normal;
}
@media screen and (max-width: 500px) {
body, pre {
font-size: 1.5rem;
}
}
ul {
/*
*/