Browse Source

update css

SyuanYu 2 years ago
parent
commit
22eb2d3702

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

@@ -4564,6 +4564,11 @@ input[type=search]::-webkit-search-cancel-button {
     padding: 0 6px;
   }
 }
+@media screen and (max-width: 475px) {
+  .furniture-design .mobile-tab .all-tab {
+    width: 40%;
+  }
+}
 .furniture-design .mobile-tab #all-design-tab {
   margin: 0 0.3rem;
   text-align: center;

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


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

@@ -4469,6 +4469,9 @@ input[type="search"]::-webkit-search-cancel-button {
     @media screen and (max-width: 575px) {
       padding: 0 6px;
     }
+    @media screen and (max-width: 475px) {
+      width: 40%;
+    }
   }
   #all-design-tab {
     margin: 0 0.3rem;

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