diff --git a/src/styles/scss/shared.scss b/src/styles/scss/shared.scss index f73b704de..1f05ac972 100644 --- a/src/styles/scss/shared.scss +++ b/src/styles/scss/shared.scss @@ -34,6 +34,12 @@ } } +.hide-on-desktop { + @include breakpoint-s { + display: none; + } +} + :root { --parent-bg-color: #fff; }