فهرست منبع

feat(plugins): hide link on small screens

Torkel Ödegaard 9 سال پیش
والد
کامیت
f3db2fa262
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      public/sass/pages/_plugins.scss

+ 6 - 0
public/sass/pages/_plugins.scss

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