jeter20131220 3 anos atrás
pai
commit
e760b94e5c
3 arquivos alterados com 5 adições e 2 exclusões
  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 {

Diferenças do arquivo suprimidas por serem muito extensas
+ 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;

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff