diff --git a/css/custom.css b/css/custom.css index e07f92d3..2ce20974 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,3 +1,17 @@ +.map-responsive{ + overflow:hidden; + padding-bottom:50%; + position:relative; + height:0; +} +.map-responsive iframe{ + left:0; + top:0; + height:100%; + width:100%; + position:absolute; +} + .dark-layer { content: ""; background-color: rgba(0, 0, 0, 0.4); diff --git a/css/theme-lava.css b/css/theme-lava.css index 222da054..59d4ae8f 100644 --- a/css/theme-lava.css +++ b/css/theme-lava.css @@ -1994,7 +1994,7 @@ p.question { color: #fff; position: relative; overflow: hidden; - height: 600px; + /* height: 600px; */ -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; diff --git a/index.html b/index.html index 4da930d9..1f48d5db 100644 --- a/index.html +++ b/index.html @@ -3448,28 +3448,26 @@