Skip to content

Commit

Permalink
fix: #3121 Geo Diary css tweak (#3125)
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcvay authored Dec 3, 2020
1 parent e2e5faa commit f9c5463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const mapContainer = css`
overflow: hidden;
position: absolute;
left: calc(390px + 4.6rem);
width: calc(100vw - 28rem);
width: calc(100vw - 29rem);
top: 0;
height: 100%;
`
Expand Down

0 comments on commit f9c5463

Please sign in to comment.