Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Introduce hide-on-desktop class
Browse files Browse the repository at this point in the history
That is meant for items that only should be shown on mobile
  • Loading branch information
spaceo committed Nov 4, 2023
1 parent 41afff8 commit 70b4fb4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/scss/shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
}
}

.hide-on-desktop {
@include breakpoint-s {
display: none;
}
}

:root {
--parent-bg-color: #fff;
}
Expand Down

0 comments on commit 70b4fb4

Please sign in to comment.