Update _helpers.scss

This commit is contained in:
Pedro Reis 2016-01-14 13:22:17 +00:00
parent 8e10b71bab
commit 130726ac83

View file

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