Skip to content

Commit 28ec7a4

Browse files
committed
Revert "Fix social icons extraneous margin"
This reverts commit 6864770.
1 parent 705ebeb commit 28ec7a4

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

assets/css/common/main.css

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

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

3538
.social-icons a svg {
36-
display: block;
3739
height: 26px;
3840
width: 26px;
3941
}

0 commit comments

Comments
 (0)