armansansd 2 年之前
父節點
當前提交
632fecb716

文件差異過大導致無法顯示
+ 0 - 0
web/themes/custom/popsu/assets/css/styles.min.css


+ 4 - 0
web/themes/custom/popsu/sass/pages/_default.scss

@@ -117,6 +117,10 @@ article, .paragraph{
         padding: 1rem;
         position: sticky;
         top: 3rem;
+        @include breakpoint(small down) {
+            grid-column-start: 1;
+            top: 0;
+        }
         .field_titre{
             font-size: $font-normal;
             font-weight: 600;

部分文件因文件數量過多而無法顯示