Skip to content

Commit 059a1a6

Browse files
committed
render roulette
1 parent b08a7dd commit 059a1a6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

render-roulette/css/index.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ body {
7070
/* Adjust media queries to better detect mobile devices */
7171
@media (max-width: 1024px), (pointer: coarse) {
7272
#output {
73-
font-size: 2.5rem; /* Scale down slightly for touchscreens */
73+
font-size: 2rem; /* Scale down slightly for touchscreens */
7474
}
7575

7676
#title, #instructions {
@@ -80,7 +80,7 @@ body {
8080

8181
@media (max-width: 900px), (pointer: coarse) {
8282
#output {
83-
font-size: 2rem;
83+
font-size: 1rem;
8484
max-width: 90vw; /* Prevent text from hitting screen edges */
8585
}
8686

@@ -90,7 +90,7 @@ body {
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;
@@ -99,4 +99,4 @@ body {
9999
#title, #instructions {
100100
font-size: 0.7rem;
101101
}
102-
}
102+
} */

0 commit comments

Comments
 (0)