Skip to content

Commit

Permalink
Revert "Fix social icons extraneous margin"
Browse files Browse the repository at this point in the history
This reverts commit 6864770.
  • Loading branch information
adityatelange committed Dec 15, 2023
1 parent 705ebeb commit 28ec7a4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions assets/css/common/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@
}

.social-icons {
display: flex;
gap: 1rem;
padding: 12px 0;
}

.social-icons a:not(:last-of-type) {
margin-inline-end: 12px;
}

.social-icons a svg {
display: block;
height: 26px;
width: 26px;
}
Expand Down

0 comments on commit 28ec7a4

Please sign in to comment.