From 6a1dc347dbff70360d36afcd77743bbe0b7c4977 Mon Sep 17 00:00:00 2001 From: Roman Pyrih Date: Tue, 24 Feb 2026 12:32:49 +0100 Subject: [PATCH] change container step + 20px --- themes/ayon/assets/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/ayon/assets/css/theme.css b/themes/ayon/assets/css/theme.css index c18c49e..d787624 100644 --- a/themes/ayon/assets/css/theme.css +++ b/themes/ayon/assets/css/theme.css @@ -13637,7 +13637,7 @@ li.product-flag.discount { } @media (min-width: 1200px) { .container { - width: 1140px; + width: 1160px; max-width: 100%; } }