diff --git a/client/src/index.css b/client/src/index.css index c3fef7b..930a8f7 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: 600px; + max-width: 1200px; margin: 0 auto; /* iOS PWA optimizacije */ -webkit-touch-callout: none; diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 31c4ff0..1119790 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -77,7 +77,7 @@ export default function Home() {