Skip to content

Commit 469198b

Browse files
committed
fix: remove hover effect
1 parent 06e952b commit 469198b

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

_sass/includes/footer.scss

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,11 @@
1717
display: flex;
1818
justify-content: center;
1919
margin-bottom: 24px;
20-
column-gap: 28px;
20+
column-gap: 24px;
2121

2222
a {
2323
font-size: 2.2rem;
24-
color: #000;
25-
width: 52px;
26-
height: 52px;
27-
line-height: 48px;
28-
border-bottom: 4px solid transparent;
29-
transition: border-color 0.2s;
30-
display: flex;
31-
align-items: center;
32-
justify-content: center;
33-
34-
&:hover {
35-
border-color: $hover-color;
36-
color: #fff;
37-
}
24+
height: 48px;
3825
}
3926
}
4027

@@ -70,11 +57,8 @@
7057
margin-bottom: 18px;
7158
}
7259
.footer-social a {
73-
margin: 0 8px;
7460
font-size: 1.7rem;
75-
width: 36px;
7661
height: 36px;
77-
line-height: 36px;
7862
}
7963
.footer-links a {
8064
margin: 0 5px;

0 commit comments

Comments
 (0)