Browse Source

update slick bullet

andy 3 years ago
parent
commit
d0fce06649
3 changed files with 12 additions and 0 deletions
  1. 7 0
      css/style.css
  2. 0 0
      css/style.css.map
  3. 5 0
      css/style.scss

+ 7 - 0
css/style.css

@@ -121,6 +121,13 @@ body {
   background-color: rgba(0, 0, 0, 0.1);
 }
 
+@media screen and (max-width: 576px) {
+  .sec-00__bulletList {
+    width: 100%;
+    left: 0px;
+  }
+}
+
 .sec-00__bullet {
   position: relative;
   width: 100%;

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


+ 5 - 0
css/style.scss

@@ -105,6 +105,11 @@ body {
         display: flex;
         z-index: 10;
         background-color: rgba(0,0,0,.1);
+        @media screen and(max-width:576px) {
+            width:100%;
+            left: 0px;
+
+        }
     }
     &__bullet {
         position: relative;

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