Уголеми заглавията
This commit is contained in:
+3
-1
@@ -122,7 +122,8 @@ a { color: #6fcc5a; }
|
||||
|
||||
.glav {
|
||||
text-align: center;
|
||||
font-size: 1.5em;
|
||||
/* Min of (2.5 * default) and (7% of screen), so it's not too big on phones */
|
||||
font-size: min(2.5em, 7vw);
|
||||
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
@@ -11,5 +11,7 @@ img {
|
||||
}
|
||||
|
||||
.glav {
|
||||
font-size: 3em;
|
||||
font-size: min(6em, 10vw);
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user