Skip to content

Commit

Permalink
Increase margin between social icons
Browse files Browse the repository at this point in the history
  • Loading branch information
zkosanovic committed Oct 5, 2024
1 parent 5d604e2 commit 1b62bdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/sass/override.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ blockquote p {
font-size: 1.75em;
}

.list-inline-item:not(:last-child) {
margin-right: 1rem;
}

// === Media breakpoints ===
// 576px
@include media-breakpoint-up(sm) {}
Expand Down

0 comments on commit 1b62bdb

Please sign in to comment.