diff --git a/frontend/contact.html b/frontend/contact.html index a4b2cd6..9d03c23 100644 --- a/frontend/contact.html +++ b/frontend/contact.html @@ -86,6 +86,7 @@ .contact-container { margin-top: 80px; /* Adjusted to prevent overlap with the nav */ background-color: #fff; + margin-bottom: 40px; padding: 20px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); @@ -134,13 +135,13 @@ /* Footer Section */ .footer { - background-color: aqua; + background-color: gray; color: var(--color6); padding: 40px 20px; display: flex; + margin-top: auto; flex-direction: column; align-items: center; - margin-top: auto; /* Ensures footer stays at the bottom */ width: 100%; /* Full width */ } @@ -308,7 +309,7 @@