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; }