feat(plugins): hide link on small screens

This commit is contained in:
Torkel Ödegaard 2016-07-11 19:16:35 +02:00
parent 5b4fd8e9c8
commit f3db2fa262

View File

@ -77,3 +77,9 @@
color: $link-hover-color;
}
}
@include media-breakpoint-down(sm) {
.get-more-plugins-link {
display: none;
}
}