diff --git a/index.css b/index.css index daeb85b..5594f0a 100644 --- a/index.css +++ b/index.css @@ -459,16 +459,26 @@ h2 { } .map-container { - margin: 20px 0; + background-color: transparent; + margin: 30px; height: 400px; - width: 100%; + min-width: 96%; + overflow: hidden; + border-radius: 10px; + box-shadow: 0px 10px 20px hsla(0, 0%, 0%, 0.5); + /* margin-right: 20px; */ } iframe { border: none; width: 100%; height: 100%; - border-radius: 20px; + /* border-radius: 20px; */ +} +.map-container iframe:hover{ + transform: scale(1.02,1.02); + transition-duration: 90ms; + /* transform-style: ; */ } .contact-links { diff --git a/index.html b/index.html index a5e0325..bcbd439 100644 --- a/index.html +++ b/index.html @@ -803,7 +803,7 @@