Skip to content

Commit

Permalink
Footer social media transform scale and transition effect
Browse files Browse the repository at this point in the history
Rakesh9100#1279. Task no.
In the project I checked in the footer social media section in the icon there isn't have transform and transaction effect due to which when we hover on the social media icon it doesn't looks good.
  • Loading branch information
sakeel-103 committed Jun 8, 2024
1 parent b68c422 commit d7a3371
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1457,6 +1457,8 @@ section {

.social a:hover {
color: var(--primary);
transform: scale(1.3);
transition: .3s;
}

.footer-basic .copyright {
Expand Down

0 comments on commit d7a3371

Please sign in to comment.