Lzy01241010 commited on
Commit
f32d7c9
·
1 Parent(s): 83598ca

css: drop both display headings one more size on mobile (1rem -> 0.9rem)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: 1rem !important;
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
  }