From 53bc1948703fead07885cefc94814badb8c8def0 Mon Sep 17 00:00:00 2001 From: Ihor_Zhekov Date: Fri, 20 Mar 2026 13:00:27 +0100 Subject: [PATCH] footer size fix --- Profice WebSite/index.html | 28 ++++++++++++++-------------- Profice WebSite/style/design.css | 17 +++++++++-------- 2 files changed, 23 insertions(+), 22 deletions(-) diff --git a/Profice WebSite/index.html b/Profice WebSite/index.html index a671c94..9fab0f8 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 13621ec..e2e930a 100644 --- a/Profice WebSite/style/design.css +++ b/Profice WebSite/style/design.css @@ -1523,24 +1523,24 @@ body { @media (max-width: 768px) { .footer-content { - grid-template-columns: 1fr; - gap: 30px; + grid-template-columns: repeat(2, 1fr); + gap: 25px; } - + .footer-container { padding: 0 20px; } - + .footer-banner { padding: 40px 0 25px; } - + .footer-bottom-content { flex-direction: column; gap: 15px; text-align: center; } - + .social-icons { justify-content: center; } @@ -1551,9 +1551,10 @@ body { padding: 30px 0 20px; margin-top: 60px; } - + .footer-content { - gap: 25px; + grid-template-columns: repeat(2, 1fr); + gap: 20px; } .footer-title {