Update _helpers.scss

This commit is contained in:
Pedro Reis 2016-01-14 13:22:17 +00:00
parent 8e10b71bab
commit 130726ac83
1 changed files with 3 additions and 0 deletions

View File

@ -69,6 +69,9 @@
@include resp-max($breakpoint-md) { @include resp-max($breakpoint-md) {
display: block !important; display: block !important;
} }
@include resp-max($breakpoint-sm) {
display: none !important;
}
} }
.visible-on-desktop { .visible-on-desktop {