From 7cb06977bc64c9a96501f97c67a9079d8599fb76 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Mon, 1 Sep 2025 17:32:33 +0000 Subject: [PATCH] Adjust website layout to improve readability on smaller screens Refactor CSS in client/src/index.css to reduce max-width from 1000px to 600px. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 8e9f2b36-ec9c-4acc-b19b-5304fa9790c5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/8e9f2b36-ec9c-4acc-b19b-5304fa9790c5/3f1nxbo --- client/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/index.css b/client/src/index.css index f3eb931..c3fef7b 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -65,7 +65,7 @@ background: linear-gradient(135deg, hsl(250, 50%, 15%) 0%, hsl(240, 30%, 25%) 50%, hsl(260, 40%, 20%) 100%); color: hsl(210, 40%, 98%); min-height: 100vh; - max-width: 1000px; + max-width: 600px; margin: 0 auto; /* iOS PWA optimizacije */ -webkit-touch-callout: none;