From 14af9e560d4e04ebca302b91710db8f0906e7980 Mon Sep 17 00:00:00 2001 From: Ihor_Zhekov Date: Fri, 20 Mar 2026 13:39:30 +0100 Subject: [PATCH] fooer size fix x3 --- Profice WebSite/index.html | 28 ++++++++++++++-------------- Profice WebSite/style/design.css | 12 ++++++++---- 2 files changed, 22 insertions(+), 18 deletions(-) diff --git a/Profice WebSite/index.html b/Profice WebSite/index.html index a0bbbe5..c5892a5 100644 --- a/Profice WebSite/index.html +++ b/Profice WebSite/index.html @@ -57,15 +57,15 @@ - - - + + + - - - - + + + + @@ -570,13 +570,13 @@ - - - - - - - + + + + + + + diff --git a/Profice WebSite/style/design.css b/Profice WebSite/style/design.css index e686951..1ab9eb5 100644 --- a/Profice WebSite/style/design.css +++ b/Profice WebSite/style/design.css @@ -77,12 +77,18 @@ div#CybotCookiebotDialog { font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } +html { + overflow-x: hidden; + max-width: 100%; +} + body { background-color: var(--primary-light); color: var(--primary-dark); min-height: 100vh; position: relative; overflow-x: hidden; + max-width: 100%; } /* Hexagonal Canvas Background */ @@ -1533,8 +1539,7 @@ body { .footer-banner { padding: 40px 0 25px; - width: 100vw; - margin-left: calc(-50vw + 50%); + width: 100%; box-sizing: border-box; } @@ -1553,8 +1558,7 @@ body { .footer-banner { padding: 30px 0 20px; margin-top: 60px; - width: 100vw; - margin-left: calc(-50vw + 50%); + width: 100%; box-sizing: border-box; }