From 130726ac83f13fe8f3ab71b6ffe64cfe2affa5f0 Mon Sep 17 00:00:00 2001 From: Pedro Reis Date: Thu, 14 Jan 2016 13:22:17 +0000 Subject: [PATCH] Update _helpers.scss --- assets/sass/utils/_helpers.scss | 3 +++ 1 file changed, 3 insertions(+) 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 {