We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e726fa7 commit 0ae58c5Copy full SHA for 0ae58c5
1 file changed
src/components/GameBoy.astro
@@ -2332,6 +2332,8 @@ h1 {
2332
top: -18px; /* Push absolute positioned text cleanly above the groove (-5px) */
2333
left: 50%;
2334
transform: translateX(-50%);
2335
+ width: auto; /* Override portrait 100% width bound which clips to the 24px parent */
2336
+ white-space: nowrap; /* Prevent text from wrapping inside the parent constraints */
2337
font-size: 8px; /* Slightly smaller text */
2338
}
2339
0 commit comments