Skip to content

Commit b3bc82a

Browse files
author
Your Name
committed
fix: resolve game-container-responsive
1 parent 02131ee commit b3bc82a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

web-app/css/styles.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4353,4 +4353,10 @@ html[data-theme="dark"] body {
43534353
padding: 1rem;
43544354
}
43554355
}
4356-
}
4356+
}
4357+
4358+
/* Responsive safety constraints for game columns */
4359+
.project-content, .game-container, .calculator, .dots-game-container, .game2048-container {
4360+
max-width: 100% !important;
4361+
overflow-x: hidden !important;
4362+
}

0 commit comments

Comments
 (0)