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

+ 2 - 2
style.css

@@ -65,7 +65,7 @@ body .arrow:hover {
 
 @media screen and (max-width: 767px) {
   #Navigation {
-    height: 15vw;
+    height: 20vw;
     position: fixed;
     z-index: 5;
     background: rgba(0, 0, 0, 0.8);
@@ -83,7 +83,7 @@ body .arrow:hover {
 
 @media screen and (max-width: 767px) {
   #Navigation #logo {
-    padding-top: 0;
+    padding-top: 5vw;
     text-align: center;
   }
 }

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


+ 2 - 2
style.scss

@@ -56,7 +56,7 @@ body {
         height: 8vw;
     }
     @media screen and(max-width:$moblie) {
-        height: 15vw;
+        height: 20vw;
         position: fixed;
         z-index: 5;
         background: rgba(0, 0, 0, 0.8);
@@ -71,7 +71,7 @@ body {
     #logo {
         padding-top: 0.5vw;
         @media screen and(max-width:$moblie) {
-            padding-top: 0;
+            padding-top: 5vw;
             text-align: center;
         }
 

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