diff --git a/css/map-box.css b/css/map-box.css new file mode 100644 index 00000000..1d508e45 --- /dev/null +++ b/css/map-box.css @@ -0,0 +1,27 @@ +.contact-tweets .map { + position: absolute; + height: 100%; + padding: 0px; + top: 0px; + right: 0px; + } + .map:before { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 2; + opacity: 0; + } + .map iframe { + border: 0px; + position: absolute; + width: 100%; + height: 100%; + } + .fullwidth-map .map { + width: 100%; + height: 400px; + overflow: hidden; + } \ No newline at end of file diff --git a/index.html b/index.html index 840b406c..4da930d9 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,7 @@ +