Skip to content

Commit 6864770

Browse files
committed
Fix social icons extraneous margin
1 parent 2ecb08a commit 6864770

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

assets/css/common/main.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,12 @@
2828
}
2929

3030
.social-icons {
31-
padding: 12px 0;
32-
}
33-
34-
.social-icons a:not(:last-of-type) {
35-
margin-inline-end: 12px;
31+
display: flex;
32+
gap: 1rem;
3633
}
3734

3835
.social-icons a svg {
36+
display: block;
3937
height: 26px;
4038
width: 26px;
4139
}

0 commit comments

Comments
 (0)