jeter20131220 hace 3 años
padre
commit
e760b94e5c
Se han modificado 3 ficheros con 5 adiciones y 2 borrados
  1. 2 1
      style.css
  2. 0 0
      style.css.map
  3. 3 1
      style.scss

+ 2 - 1
style.css

@@ -1934,7 +1934,7 @@ body #btn-a #mobile-btn {
   background: #f4fffc;
   color: #646464;
   position: relative;
-  padding-bottom: 40vw;
+  padding-bottom: 650px;
 }
 
 @media screen and (max-width: 1024px) {
@@ -2044,6 +2044,7 @@ body #btn-a #mobile-btn {
 #information #map #googlemap {
   padding-top: 1vw !important;
   width: 35vw;
+  height: 800px;
 }
 
 #information-mobile {

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
style.css.map


+ 3 - 1
style.scss

@@ -1243,7 +1243,7 @@ body {
     background: $bgcolor;
     color: $title-color;
     position: relative;
-    padding-bottom: 40vw;
+    padding-bottom: 650px;
 
     @media screen and(max-width:$table) {
         padding-bottom: 75vw;
@@ -1330,6 +1330,7 @@ body {
         #googlemap {
             padding-top: 1vw !important;
             width: 35vw;
+            height: 800px;
         }
     }
 }
@@ -1441,6 +1442,7 @@ body {
 #footer {
     background: #b0d4ca;
     text-align: center;
+   
 
     p {
         padding: 15px;

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio