Skip to content

Commit

Permalink
Release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenebreenire committed Jan 13, 2025
1 parent 05bbd61 commit 48d4c32
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
</div>
<h1 class="header-title">Ferns United AFC</h1>
<div class="social-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="https://www.facebook.com/fernsutd.fc"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/fernsutd"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
Expand Down
8 changes: 8 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ body {
z-index: 1100; /* Above the navbar */
}

.hamburger span {
width: 30px;
height: 4px;
background-color: #333;
margin: 5px 0;
border-radius: 5px;
}

/* Mobile Navbar */
.navbar ul.mobile {
display: none; /* Hidden by default on mobile */
Expand Down

0 comments on commit 48d4c32

Please sign in to comment.