Kaynağa Gözat

Adjust styling - Removed margin and set width to 25%

tags/0.9.0
Alej 4 yıl önce
ebeveyn
işleme
f149305d46
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3
    3
      vue-theme/src/components/sidebars/sidebar.vue

+ 3
- 3
vue-theme/src/components/sidebars/sidebar.vue Dosyayı Görüntüle

@@ -99,7 +99,7 @@ aside.sidebar
99 99
     position: sticky
100 100
     top: 65px
101 101
     background-color: salmon
102
-    margin: 0 0 0 $ms-0
102
+    /* margin: 0 0 0 $ms-0 */
103 103
     width: 100%
104 104
     > section
105 105
         > *
@@ -112,6 +112,6 @@ aside.sidebar
112 112
 
113 113
 @media (min-width: $medium)
114 114
     aside.sidebar
115
-        min-width: 27%
116
-        width: 27%
115
+        min-width: 25%
116
+        width: 25%
117 117
 </style>

Loading…
İptal
Kaydet