Commit c3514aeb authored by rschamp's avatar rschamp

Finishing touches on responsive map

parent 59f0f2c0
...@@ -551,18 +551,18 @@ p { ...@@ -551,18 +551,18 @@ p {
} }
.map-inner { .map-inner {
display: flex; max-width: 940px;
flex-direction: column; margin: 0 auto;
align-items: center;
} }
.reach-map { .reach-map {
width: 100%;
background-color: $ui-white; background-color: $ui-white;
border-radius: 6px; border-radius: 6px;
color: $type-gray; color: $type-gray;
padding-top: 48px; padding-top: 48px;
margin-top: 52px; margin-top: 52px;
padding-bottom: 20px;
text-align: center; text-align: center;
h3, p { h3, p {
...@@ -613,11 +613,6 @@ p { ...@@ -613,11 +613,6 @@ p {
} }
} }
.map {
margin-top: 20px;
margin-left: 0px;
}
@media #{$intermediate-and-smaller} { @media #{$intermediate-and-smaller} {
.inner { .inner {
max-width: 620px; max-width: 620px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment