Commit f3db2fa2 by Torkel Ödegaard

feat(plugins): hide link on small screens

parent 5b4fd8e9
......@@ -77,3 +77,9 @@
color: $link-hover-color;
}
}
@include media-breakpoint-down(sm) {
.get-more-plugins-link {
display: none;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment