Commit 2db15df5 authored by carljbowman's avatar carljbowman

Tweaks to the map container

- Ajust border radius
- Remove bottom padding to make the map flush with the bottom, which required adding `overflow: hidden` to maintain the bottom border radius.
parent ae16b863
...@@ -665,12 +665,12 @@ p { ...@@ -665,12 +665,12 @@ p {
.reach-map { .reach-map {
width: 100%; width: 100%;
background-color: $ui-white; background-color: $ui-white;
border-radius: 6px; border-radius: 1rem;
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;
overflow: hidden;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
......
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