Skip to content

Commit d4e091b

Browse files
committed
added hover effect to social media icons - same as logo
1 parent 6d4018a commit d4e091b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles/Footer.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
&__socialItem {
8181
cursor: pointer;
8282

83+
&:hover {
84+
opacity: 0.6;
85+
}
86+
8387
@include tablet {
8488
padding-left: 28px;
8589
max-width: 100%;

0 commit comments

Comments
 (0)