diff --git a/client/src/index.css b/client/src/index.css index d5fed7f..4c71203 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -370,6 +370,13 @@ input[data-testid*="search"]::placeholder { } } +/* Container for main content layout */ +.container { + max-width: 1200px; /* največja širina */ + margin: 0 auto; /* centriranje */ + padding: 0 20px; /* malo notranjega roba */ +} + /* iOS PWA safe area optimizacije */ @supports (padding: max(0px)) { .has-fixed-header { diff --git a/client/src/pages/FolxStadlPage.tsx b/client/src/pages/FolxStadlPage.tsx index 41df7cd..fcbe289 100644 --- a/client/src/pages/FolxStadlPage.tsx +++ b/client/src/pages/FolxStadlPage.tsx @@ -59,7 +59,7 @@ export default function FolxStadlPage() {