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 {