Skip to content

Commit

Permalink
Merge pull request #839 from suhanigupta23/issue#826
Browse files Browse the repository at this point in the history
changed the social media icons size in footer
  • Loading branch information
anuragverma108 authored May 25, 2024
2 parents 64f1971 + 9dc095d commit 1a65d8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2109,7 +2109,9 @@ input[type="submit"]:hover {
margin-block-end: 0;
}
}

.social_media_icons{
font-size:30px;
}
/*Adding Transitions*/

.navbar-link {
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1371,25 +1371,25 @@ <h2>Quick Links</h2>
<div class="icons">
<a href="#">
<div class="icon">
<i class="fab fa-facebook-square"></i>
<i class="fab fa-facebook-square social_media_icons"></i>
</div>
</a>

<a href="#">
<div class="icon">
<i class="fa-brands fa-square-x-twitter"></i>
<i class="fa-brands fa-square-x-twitter social_media_icons"></i>
</div>
</a>

<a href="#">
<div class="icon">
<i class="fab fa-instagram-square"></i>
<i class="fab fa-instagram-square social_media_icons"></i>
</div>
</a>

<a href="https://www.youtube.com/@anuragbytes">
<div class="icon">
<i class="fab fa-youtube-square"></i>
<i class="fab fa-youtube-square social_media_icons"></i>
</div>
</a>
<!-- </div> -->
Expand Down

0 comments on commit 1a65d8f

Please sign in to comment.