Skip to content

Commit

Permalink
remove top margin to blurred-location-modal modal-content (#7284)
Browse files Browse the repository at this point in the history
  • Loading branch information
nstjean authored and jywarren committed Jan 17, 2020
1 parent ed47903 commit a175adc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/location.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
margin: 0;
}

#blurred-location-modal .modal-content {
margin-top: 0;
}
#blurred-location-modal .small-description {
font-size: 0.9rem;
color: #808080;
Expand Down

0 comments on commit a175adc

Please sign in to comment.