From 545f49778f221c8f95df1a3160f619f01515d50a Mon Sep 17 00:00:00 2001 From: Ihor_Zhekov Date: Fri, 20 Mar 2026 13:10:08 +0100 Subject: [PATCH] footer size fix x2 --- Profice WebSite/index.html | 28 ++++++++++++++-------------- Profice WebSite/style/design.css | 6 ++++++ 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/Profice WebSite/index.html b/Profice WebSite/index.html index 9fab0f8..a0bbbe5 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 e2e930a..e686951 100644 --- a/Profice WebSite/style/design.css +++ b/Profice WebSite/style/design.css @@ -1533,6 +1533,9 @@ body { .footer-banner { padding: 40px 0 25px; + width: 100vw; + margin-left: calc(-50vw + 50%); + box-sizing: border-box; } .footer-bottom-content { @@ -1550,6 +1553,9 @@ body { .footer-banner { padding: 30px 0 20px; margin-top: 60px; + width: 100vw; + margin-left: calc(-50vw + 50%); + box-sizing: border-box; } .footer-content {