Skip to content

Commit

Permalink
Merge pull request #1798 from MuraliDharan7/modify-icon-footer
Browse files Browse the repository at this point in the history
Icons are Aligned
  • Loading branch information
RitiChandak authored Jun 13, 2024
2 parents d7cc162 + 2b661a1 commit 18948e0
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions assets/html/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,23 +386,19 @@ <h2 class="subscribe-label">Subscribe to our Newsletter</h2>
</style>

<div class="icons">
<a href="#">
<a href="https://www.facebook.com">
<div class="icon">
<i class="fab fa-facebook" title="Facebook" style="cursor: pointer;"></i>
</div>
</a>

<a href="#">
<a href="https://www.twitter.com">
<div class="icon">

<i class="fab fa-twitter" title="X"style="cursor: pointer;"></i>

<i class="fa-brands fa-square-x-twitter" title="X"style="cursor: pointer;"></i>

</div>
</a>

<a href="#">
<a href="https://www.instagram.com">
<div class="icon">
<i class="fab fa-instagram" title="Instagram"style="cursor: pointer;"></i>
</div>
Expand Down Expand Up @@ -438,13 +434,6 @@ <h2 class="subscribe-label">Subscribe to our Newsletter</h2>
</svg>
</div>
</div>


<a href="https://github.com/anuragverma108">
<div class="icon">
<i class="fab fa-github" style="cursor: pointer;"></i>
</div>
</a>
</div>
<div class="footer-bottom">
<p class="copyright" style="text-align: center">
Expand Down

0 comments on commit 18948e0

Please sign in to comment.