From fbc9036bedcf43abe3454590ee97ea4d5293f38b Mon Sep 17 00:00:00 2001 From: Alikulov Ramazan <109069494+aurudio@users.noreply.github.com> Date: Fri, 11 Oct 2024 22:21:11 +0300 Subject: [PATCH] fixed bugs in adaptive --- styles/adaptive.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/adaptive.css b/styles/adaptive.css index 2533945..300a6b2 100644 --- a/styles/adaptive.css +++ b/styles/adaptive.css @@ -1,6 +1,6 @@ @media all and (max-width: 1441px) { .container { - width: 100vw; + width: 100%; gap: 4.7vw; justify-content: center; } @@ -380,4 +380,4 @@ border-radius: 0; } -} \ No newline at end of file +}