File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070/* Adjust media queries to better detect mobile devices */
7171@media (max-width : 1024px ), (pointer : coarse) {
7272 # output {
73- font-size : 2.5 rem ; /* Scale down slightly for touchscreens */
73+ font-size : 2 rem ; /* Scale down slightly for touchscreens */
7474 }
7575
7676 # title , # instructions {
8080
8181@media (max-width : 900px ), (pointer : coarse) {
8282 # output {
83- font-size : 2 rem ;
83+ font-size : 1 rem ;
8484 max-width : 90vw ; /* Prevent text from hitting screen edges */
8585 }
8686
9090}
9191
9292/* Mobile-specific styles with extra width buffer */
93- @media (max-width : 850px ), (max-device-width : 850px ), (pointer : coarse) {
93+ /* @media (max-width: 850px), (max-device-width: 850px), (pointer: coarse) {
9494 #output {
9595 font-size: 1.8rem; /* Further scaling for small screens */
9696 max-height : 75vh ;
9999 # title , # instructions {
100100 font-size : 0.7rem ;
101101 }
102- }
102+ } * /
You can’t perform that action at this time.
0 commit comments