From 032a9f4e3bf9a4276cbc0613f7d603f9238b9756 Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 16 Mar 2026 17:54:35 +0300 Subject: [PATCH] feat: center main content layout --- frontend/src/styles/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/styles/index.css b/frontend/src/styles/index.css index 9f3d3d5..c84fc3b 100644 --- a/frontend/src/styles/index.css +++ b/frontend/src/styles/index.css @@ -249,6 +249,7 @@ body { .page { max-width: 1200px; + margin: 0 auto; } .page-header {