Skip to content

Commit

Permalink
Style adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanhogan committed Feb 12, 2014
1 parent e881c65 commit b97593a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/assets/stylesheets/modules/_map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,19 +99,24 @@ $marker-size: 2em;
width: 16em;
right: -16em;

#toggle-results, #pan-to-location { display: none; }
#toggle-results { display: none; }
}
}
}


@media screen and (max-width: $breakpoint-small) {

#pan-to-location {
bottom: auto;
top: 21em;
}

.map-hero {
height: auto;

.results {
position: relative;
position: static;
width: auto;
}

Expand Down

0 comments on commit b97593a

Please sign in to comment.