Browse Source

update css

SyuanYu 2 years ago
parent
commit
8e9b8cee80
3 changed files with 11 additions and 0 deletions
  1. 5 0
      static/css/style.css
  2. 0 0
      static/css/style.css.map
  3. 6 0
      static/css/style.scss

+ 5 - 0
static/css/style.css

@@ -1164,5 +1164,10 @@
     padding-top: 6rem;
   }
 }
+@media (max-width: 575px) {
+  #youtube-views .category.dm__description {
+    padding-top: 14rem;
+  }
+}
 
 /* youtube-views End *//*# sourceMappingURL=style.css.map */

File diff suppressed because it is too large
+ 0 - 0
static/css/style.css.map


+ 6 - 0
static/css/style.scss

@@ -1198,6 +1198,12 @@
       padding-top: 6rem;
     }
   }
+
+  @media (max-width: 575px) {
+    & .category.dm__description {
+      padding-top: 14rem;
+    }
+  }
 }
 
 /* youtube-views End */

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