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

This commit is contained in:
2026-06-25 09:49:18 +03:00
parent 0efa4c69de
commit 260865400b
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.default and 3% of screen, so it's not too big on phones */
font-size: min(2.5em, 3vw);
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;
}
+3 -1
View File
@@ -11,5 +11,7 @@ img {
}
.glav {
font-size: 3em;
font-size: min(6em, 7vw);
margin-top: 0;
margin-bottom: 0;
}