jeter20131220 3 years ago
parent
commit
cb6223c37c
3 changed files with 2 additions and 2 deletions
  1. 1 1
      style.css
  2. 0 0
      style.css.map
  3. 1 1
      style.scss

+ 1 - 1
style.css

@@ -2721,7 +2721,7 @@ body #btn-a #mobile-btn {
 
 @media screen and (max-width: 767px) {
   .container #countdown {
-    width: 90vw;
+    width: 100vw;
     margin: 0 auto;
   }
 }

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


+ 1 - 1
style.scss

@@ -1707,7 +1707,7 @@ body {
             text-align: left;
         }
         @media screen and(max-width:$moblie) {
-            width: 90vw;
+            width: 100vw;
             margin: 0 auto;
         }
         @media screen and(max-width:400px) {

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