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

+ 7 - 1
style.css

@@ -1633,7 +1633,13 @@ li .unit {
 }
 
 li #unit0 {
-  right: 9vw;
+  right: 5vw;
+}
+
+@media screen and (max-width: 767px) {
+  li #unit0 {
+    right: 9vw;
+  }
 }
 
 @media all and (max-width: 768px) {

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


+ 5 - 1
style.scss

@@ -1086,6 +1086,7 @@ position: relative;
         position: absolute;
         text-align: center;
         top: 4.5vw;
+       
         display: block;
         font-size: 1rem;
         color: #000;
@@ -1108,7 +1109,10 @@ position: relative;
         }
     }
     #unit0{
-        right:9vw;
+        right:5vw;
+        @media screen and(max-width:$moblie) {
+            right:9vw;
+        }
     }
 }
 

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