From 6d7cc1ff3508c391e9822a6ccf1d54b933e71195 Mon Sep 17 00:00:00 2001 From: Milad Raeisi Date: Mon, 9 Sep 2024 14:32:57 +0400 Subject: [PATCH] Update theme.css --- src/assets/styles/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/styles/theme.css b/src/assets/styles/theme.css index 502ed0a..765a015 100644 --- a/src/assets/styles/theme.css +++ b/src/assets/styles/theme.css @@ -348,7 +348,7 @@ body { } #main-grid { display: grid; - max-width: 1220px; + max-width: 1320px; min-height: 100vh; grid-template-rows: auto 1fr auto; margin: auto;