Commit ·
f32d7c9
1
Parent(s): 83598ca
css: drop both display headings one more size on mobile (1rem -> 0.9rem)
Browse files
app.py
CHANGED
|
@@ -1241,7 +1241,7 @@ footer { display: none !important; }
|
|
| 1241 |
@media (max-width: 600px) {
|
| 1242 |
.quest-header-title,
|
| 1243 |
.hero-heading {
|
| 1244 |
-
font-size:
|
| 1245 |
line-height: 1.2 !important;
|
| 1246 |
}
|
| 1247 |
}
|
|
|
|
| 1241 |
@media (max-width: 600px) {
|
| 1242 |
.quest-header-title,
|
| 1243 |
.hero-heading {
|
| 1244 |
+
font-size: 0.9rem !important;
|
| 1245 |
line-height: 1.2 !important;
|
| 1246 |
}
|
| 1247 |
}
|