Skip to content

Commit 12f14ad

Browse files
authored
Merge pull request #262 from ember-learn/hide-on-mobile-important
make hide-on-mobile !important
2 parents e1c276f + dd075e4 commit 12f14ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/styles/helpers/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
@media (max-width: 1007px) {
1717
.hide-on-mobile {
18-
display: none;
18+
display: none !important;
1919
}
2020
}

0 commit comments

Comments
 (0)