Skip to content

Commit

Permalink
Tweak youtube icon and social media bar component
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoparsec committed Nov 18, 2024
1 parent 4b1fa03 commit 401015d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions lib/assets/images/icons/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions lib/components/footer/footer.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ description: Footer
<h2 class="footer__headline">Folge uns auf</h2>
<ul class="social-media-bar">
<li class="social-media-bar__item">
<a href="#" class="social-media-bar__link" title="Twitter">
<span class="icon icon--twitter icon--brand-primary"></span>
<span class="sr-only">Twitter</span>
<a href="#" class="social-media-bar__link" title="Yotube">
<span class="icon icon--youtube icon--brand-primary"></span>
<span class="sr-only">Youtubr</span>
</a>
</li>
<li class="social-media-bar__item">
Expand Down
2 changes: 1 addition & 1 deletion lib/components/icons/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}

.icon--youtube {
@include icon-before("icons/social-youtube.svg", $brand-black, 1.5rem);
@include icon-before("icons/social-youtube.svg", $brand-black, 1.8rem);
}

.icon--twitter {
Expand Down
4 changes: 3 additions & 1 deletion lib/components/social-media-bar/_social-media-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
}

.social-media-bar__item {
display: inline-block;
display: inline-flex;
align-items: center;
justify-content: center;
}

.social-media-bar__link {
Expand Down

0 comments on commit 401015d

Please sign in to comment.