Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit 13703f6

Browse files
authored
Merge pull request #362 from jenbreese/ui-themes
adding changes to the map for mobile version
2 parents b1369d2 + 268b22d commit 13703f6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/themes/map/ui/styles/theme.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
@media (max-width: @screen-sm-min) {
2+
.facet-list { padding: 0 10px; }
3+
div#sidebar { margin-top: 20px;}
4+
#map-controls { margin-top: 20px; }
5+
.powered { background: none; }
6+
}
7+
18
body, html {
29
height: 100%;
310
width: 100%;

0 commit comments

Comments
 (0)