diff --git a/client/src/index.css b/client/src/index.css index 4c71203..41c7660 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -372,7 +372,7 @@ input[data-testid*="search"]::placeholder { /* Container for main content layout */ .container { - max-width: 1200px; /* največja širina */ + max-width: 1400px; /* največja širina */ margin: 0 auto; /* centriranje */ padding: 0 20px; /* malo notranjega roba */ } diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index c1ee49f..a3436dd 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -77,7 +77,7 @@ export default function Home() {