From e5e72ecf6724727e22d95375a7d3e5372ad58461 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Thu, 24 Aug 2023 15:08:56 +0300 Subject: [PATCH] fix: remove side scroller --- src/components/PageWrappers/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PageWrappers/layout.css b/src/components/PageWrappers/layout.css index d1676b63..046fc817 100644 --- a/src/components/PageWrappers/layout.css +++ b/src/components/PageWrappers/layout.css @@ -40,7 +40,7 @@ /* LAYOUT RIGHT ELEMENT WITH IMAGE TAKING UP THE WHOLE HIGHT OF THE VIEWPORT */ .layout-right { - flex: 0 0 45%; + flex: 0 0 44.6%; max-width: 45%; z-index: 0; }