feat(plugins): hide link on small screens
This commit is contained in:
@@ -77,3 +77,9 @@
|
||||
color: $link-hover-color;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
.get-more-plugins-link {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user