jeter20131220 %!s(int64=3) %!d(string=hai) anos
pai
achega
3808e9891f
Modificáronse 3 ficheiros con 16 adicións e 2 borrados
  1. 9 1
      style.css
  2. 0 0
      style.css.map
  3. 7 1
      style.scss

+ 9 - 1
style.css

@@ -2296,7 +2296,8 @@ body #btn-a #mobile-btn {
 
 @media screen and (max-width: 1024px) {
   .container #countdown {
-    width: 70vw;
+    width: 100vw;
+    text-align: left;
   }
 }
 
@@ -2325,6 +2326,13 @@ body #btn-a #mobile-btn {
   text-transform: uppercase;
 }
 
+@media screen and (max-width: 1024px) {
+  .container li {
+    font-size: 16px;
+    text-align: center;
+  }
+}
+
 @media screen and (max-width: 400px) {
   .container li {
     font-size: 12px;

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
style.css.map


+ 7 - 1
style.scss

@@ -1534,7 +1534,8 @@ body {
         position: relative;
         width: 80vw;
         @media screen and(max-width:$table) {
-            width: 70vw;
+            width: 100vw;
+            text-align: left;
         }
         @media screen and(max-width:$moblie) {
             width: 100vw;
@@ -1554,6 +1555,11 @@ body {
         list-style-type: none;
         padding: 1em;
         text-transform: uppercase;
+        @media screen and(max-width:$table) {
+            font-size: 16px;
+            text-align: center;
+            
+        }
         @media screen and(max-width:400px) {
             font-size: 12px;
             

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio