diff --git a/assets/sass/utils/_helpers.scss b/assets/sass/utils/_helpers.scss index 6b17fe7..c7b5a4f 100644 --- a/assets/sass/utils/_helpers.scss +++ b/assets/sass/utils/_helpers.scss @@ -69,6 +69,9 @@ @include resp-max($breakpoint-md) { display: block !important; } + @include resp-max($breakpoint-sm) { + display: none !important; + } } .visible-on-desktop {