eaglelandsonce commited on
Commit
ef00cd5
·
verified ·
1 Parent(s): 52761d7

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -1
index.html CHANGED
@@ -88,7 +88,10 @@
88
  }
89
  #question-display{ width:min(1000px, 92vw); text-align:center; margin:16px 0 6px; }
90
  #question-display h2{ margin:8px 0 6px; color:#0d2b6f }
91
- #question-display p{ margin:8px 0 }
 
 
 
92
  #score{ font-size:24px; font-weight:800; color:#0d2b6f; margin-bottom:24px }
93
  .answer-container{ display:flex; justify-content:center; flex-wrap:wrap; gap:10px; margin-top:14px }
94
  .answer-btn{
 
88
  }
89
  #question-display{ width:min(1000px, 92vw); text-align:center; margin:16px 0 6px; }
90
  #question-display h2{ margin:8px 0 6px; color:#0d2b6f }
91
+ #question-display p {
92
+ font-size: 22px; /* Increased font size for the questions */
93
+ line-height: 1.4;
94
+ }
95
  #score{ font-size:24px; font-weight:800; color:#0d2b6f; margin-bottom:24px }
96
  .answer-container{ display:flex; justify-content:center; flex-wrap:wrap; gap:10px; margin-top:14px }
97
  .answer-btn{