Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Jun 30, 2023
1 parent cabab46 commit 215ad0e
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,13 @@
font-size: 0.75em;
}

// Ensures that all the text lines up in the middle
> * {
align-items: center;
}

// Only the icon should be visible on narrow screens
:not(svg) {
>:not(svg) {
display: none;

@include media-breakpoint-up(lg) {
Expand Down

0 comments on commit 215ad0e

Please sign in to comment.