Skip to content

Commit

Permalink
fixed the issue-124
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryan123-rgb committed May 21, 2023
1 parent d209a80 commit 857baf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ <h3>News<span>letter</span></h3>
<a href="https://www.instagram.com/nagesh_mandal7_5_/"><i class="insta fa-brands fa-instagram"></i></a>
<a href="https://github.com/NageshMandal"> <i class="git fa-brands fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/nagesh-mandal-134b70237/"> <i class="in fa-brands fa-linkedin"></i></a>
<a href="https://www.youtube.com/@nageshmandal9461/featured"> <i class="fa fa-youtube-play" aria-hidden="true"></i></a>
<a href="https://www.youtube.com/@nageshmandal9461/featured"> <i class="youtube fa fa-youtube-play" aria-hidden="true"></i></a>
</div>
<div class="return-to-top" id="returnToTop">
<i class="fas fa-arrow-up fa-2x fa-bounce"></i>
Expand Down
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ form input {
display: flex;
text-align: center;
justify-content: center;

flex-wrap: wrap;
}
.social-media i{
Expand Down Expand Up @@ -434,6 +433,9 @@ form input {
color: #0088cc;

}
.youtube:hover{
color:rgb(255, 0, 0);
}
/*? dark mode */

.dark-mode {
Expand Down

0 comments on commit 857baf9

Please sign in to comment.