Skip to content

Commit

Permalink
fix: sw bar position
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrkafuu committed Nov 5, 2024
1 parent 2f11abe commit df36087
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/SW.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
display: flex;
backdrop-filter: var.$filter;

&-reverse {
margin-top: 0;
margin-bottom: var.$padding-md;
}

&-text {
flex: 1 1 auto;
min-width: 0;
Expand Down

0 comments on commit df36087

Please sign in to comment.