소스 검색

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;
+  }
+}