فهرست منبع

add media query

ryoji-s 2 سال پیش
والد
کامیت
f30323ff2b
1فایلهای تغییر یافته به همراه6 افزوده شده و 2 حذف شده
  1. 6 2
      apps/app/src/components/PageTags/TagLabels.module.scss

+ 6 - 2
apps/app/src/components/PageTags/TagLabels.module.scss

@@ -8,8 +8,12 @@ $grw-tag-label-font-size: 12px;
     font-weight: normal;
     border-radius: bs.$border-radius;
   }
-  .material-symbols-outlined {
-    font-size: 2em;
+
+  // apply larger font when smaller than lg
+  @include bs.media-breakpoint-down(lg) {
+    .material-symbols-outlined {
+      font-size: 2em;
+    }
   }
 }