jeter20131220 3 years ago
parent
commit
27301372a8
2 changed files with 6 additions and 6 deletions
  1. 3 3
      style.css
  2. 3 3
      style.scss

+ 3 - 3
style.css

@@ -1986,7 +1986,7 @@ body #btn-a #mobile-btn {
 }
 
 #information #information-form #form-card {
-  width: 75vw;
+  width: 80vw;
   margin: 0 auto;
 }
 
@@ -2038,12 +2038,12 @@ body #btn-a #mobile-btn {
 #information #map {
   border: 1px solid rgba(0, 0, 0, 0.3);
   border-radius: 10px;
-  width: 35vw !important;
+  width: 38vw !important;
 }
 
 #information #map #googlemap {
   padding-top: 1vw !important;
-  width: 33vw;
+  width: 35vw;
 }
 
 #information-mobile {

+ 3 - 3
style.scss

@@ -1279,7 +1279,7 @@ body {
         top: 40vw;
 
         #form-card {
-            width: 75vw;
+            width: 80vw;
             margin: 0 auto;
             .contact-form {
                 #name,
@@ -1326,10 +1326,10 @@ body {
     #map {
         border: 1px solid rgba(0, 0, 0, 0.3);
         border-radius: 10px;
-        width: 35vw !important;
+        width: 38vw !important;
         #googlemap {
             padding-top: 1vw !important;
-            width: 33vw;
+            width: 35vw;
         }
     }
 }