We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e952b commit 469198bCopy full SHA for 469198b
_sass/includes/footer.scss
@@ -17,24 +17,11 @@
17
display: flex;
18
justify-content: center;
19
margin-bottom: 24px;
20
- column-gap: 28px;
+ column-gap: 24px;
21
22
a {
23
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
- }
+ height: 48px;
38
}
39
40
@@ -70,11 +57,8 @@
70
57
margin-bottom: 18px;
71
58
72
59
.footer-social a {
73
- margin: 0 8px;
74
60
font-size: 1.7rem;
75
- width: 36px;
76
61
height: 36px;
77
- line-height: 36px;
78
62
79
63
.footer-links a {
80
64
margin: 0 5px;
0 commit comments