瀏覽代碼

update store-tab css

SyuanYu 2 年之前
父節點
當前提交
40423ca97d

+ 9 - 0
themes/hugo-universal-theme-master/static/css/style.bhouse.css

@@ -4886,6 +4886,15 @@ input[type=search]::-webkit-search-cancel-button {
   opacity: 0.7;
 }
 
+.store-tab #pills-tab .nav-item {
+  margin: 0 0.8rem;
+}
+@media screen and (max-width: 767px) {
+  .store-tab #pills-tab .nav-item {
+    margin: 0 0.5rem;
+  }
+}
+
 .store-tab #pills-tab a,
 .mobile-tab #pills-tab a {
   color: #fff;

File diff suppressed because it is too large
+ 0 - 0
themes/hugo-universal-theme-master/static/css/style.bhouse.css.map


+ 7 - 0
themes/hugo-universal-theme-master/static/css/style.bhouse.scss

@@ -4847,6 +4847,13 @@ input[type="search"]::-webkit-search-cancel-button {
   }
 }
 
+.store-tab #pills-tab .nav-item {
+  margin: 0 0.8rem;
+  @media screen and (max-width: 767px) {
+    margin: 0 0.5rem;
+  }
+}
+
 .store-tab #pills-tab a,
 .mobile-tab #pills-tab a {
   color: #fff;

Some files were not shown because too many files changed in this diff