Уголеми заглавията

This commit is contained in:
2026-06-25 09:49:18 +03:00
parent 0efa4c69de
commit d8e62df51c
21 changed files with 43 additions and 32 deletions
+3 -1
View File
@@ -122,7 +122,8 @@ a { color: #6fcc5a; }
.glav {
text-align: center;
font-size: 1.5em;
/* Min of (2.5 * default) and (8% of screen), so it's not too big on phones */
font-size: min(2.5em, 8vw);
font-family: glav, mod, sans-serif;
}
@@ -147,6 +148,7 @@ a { color: #6fcc5a; }
img {
max-width: 100%;
/* Preserve aspect ration on size changes*/
height: auto;
}