Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Amruta7203 committed Jun 27, 2024
1 parent 61dba50 commit 6284394
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/Footer/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ footer li:hover{
font-size: 20px;
cursor: pointer;
color: white;
transition: transform 0.4s ease;
}

#icons *:hover {
transform: scale(1.1);
}

#light footer #icons *{
color: #1C1C1C;
}

@media (max-width: 900px) {
Expand Down

0 comments on commit 6284394

Please sign in to comment.