Skip to content

Commit

Permalink
contact page footer updated
Browse files Browse the repository at this point in the history
  • Loading branch information
harshgupta2125 committed Nov 7, 2024
1 parent 7420854 commit fd7158b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions frontend/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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 */
}

Expand Down Expand Up @@ -308,7 +309,7 @@ <h2>Contact Us</h2>
</ul>
</div>
</div>

<hr>
<div class="footer-bottom">
<p>&copy; 2024 Suryanshsk. All rights reserved.</p>
</div>
Expand Down

0 comments on commit fd7158b

Please sign in to comment.