Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnan669 authored Jun 4, 2024
1 parent 9650877 commit 2048f01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ span {
border-radius: 50%;
margin: 3rem 1.5rem 3rem 0;
transition: 0.3s ease;
color: #fff;
}

.social-icon a:hover {
Expand Down Expand Up @@ -610,7 +611,9 @@ button:hover {
font-weight: 500;
margin: 0.5rem;
}

.projects .info a{
color:#fff;
}
@media screen and (max-width: 500px) {
.projects .container {
margin: auto;
Expand Down

0 comments on commit 2048f01

Please sign in to comment.