Skip to content

Commit

Permalink
enhance(homepage): add fixed width for social icons
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Jan 21, 2025
1 parent 9111163 commit dfde08b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/gdocs/pages/Homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@
a {
color: $blue-90;
font-weight: bold;

.icon {
display: inline-block;
width: 25px;
}
}
svg {
margin-right: 8px;
Expand Down

0 comments on commit dfde08b

Please sign in to comment.