From b3bc82a8b25b5b8c0c31ad0fc6c207be98905867 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 23 May 2026 13:34:15 +0530 Subject: [PATCH] fix: resolve game-container-responsive --- web-app/css/styles.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/web-app/css/styles.css b/web-app/css/styles.css index f0dae01..823cdc4 100644 --- a/web-app/css/styles.css +++ b/web-app/css/styles.css @@ -4353,4 +4353,10 @@ html[data-theme="dark"] body { padding: 1rem; } } -} \ No newline at end of file +} + +/* Responsive safety constraints for game columns */ +.project-content, .game-container, .calculator, .dots-game-container, .game2048-container { + max-width: 100% !important; + overflow-x: hidden !important; +}