File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 198198 }
199199
200200 # rsvp-display {
201- font-size : 2.2rem ;
202201 text-align : center;
203202 display : flex;
204203 align-items : center;
@@ -748,7 +747,7 @@ <h3>Reading Speed</h3>
748747 < div class ="settings-card ">
749748 < h3 > Display Options</ h3 >
750749 < label class ="control-label "> Font Size: < span id ="font-size-value "> 20</ span > px</ label >
751- < input type ="range " id ="font-size-control " class ="control-input " min ="16 " max ="32 " step ="2 " value ="20 ">
750+ < input type ="range " id ="font-size-control " class ="control-input " min ="16 " max ="64 " step ="2 " value ="20 ">
752751 </ div >
753752 </ div >
754753
@@ -780,7 +779,7 @@ <h3>Display Options</h3>
780779 <!-- Reader Panel (kept in position) -->
781780 < section id ="reader " class ="panel ">
782781 < h2 class ="section-title "> Step 3: Reading Area</ h2 >
783- < div id ="reader-content ">
782+ < div id ="reader-content " style =" font-size:20px; " >
784783 < div id ="rsvp-display " class ="hidden ">
785784 < span id ="rsvp-word "> Ready</ span >
786785 </ div >
You can’t perform that action at this time.
0 commit comments