Skip to content

Commit

Permalink
Merge pull request #549 from SumithThota/main
Browse files Browse the repository at this point in the history
Successfully youtube icon got responsive with hover and removed twitter duplicates
  • Loading branch information
swaraj-das authored Oct 19, 2024
2 parents 34825f0 + 6d00235 commit bbc6499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion aboutus.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ <h2 class="logo-text">Collect your GamingTools</h2>
<a class="facebook" href="#"><i class="fab fa-facebook"></i></a>
<a class="instagram" href="#"><i class="fab fa-instagram"></i></a>
<a class="twitter" href="#"><i class="fa-brands fa-x-twitter"></i></a>
<a class="twitter" href="#"><i class="fab fa-twitter"></i></a>
<a class="youtube" href="#"><i class="fab fa-youtube"></i></a>

</div>
Expand Down
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,8 @@ button {
line-height: 40px;
border-radius: 50%;
color: #d3d3d3;
position :relative;
z-index: 1;
transition: all 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

Expand Down

0 comments on commit bbc6499

Please sign in to comment.