Skip to content

Commit

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

.social-icons {
padding: 12px 0;
}

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

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

0 comments on commit 6864770

Please sign in to comment.