enhance sidebar and content styling

- 3 sidebar variations (margin, no margin, below content)
  depending on screen size
- scrolling sidebar will scroll document (more space on mobile devices)
- wrap map/graph on div.content
This commit is contained in:
Nils Schneider 2015-04-02 04:11:49 +02:00
commit 8de28b903b
4 changed files with 65 additions and 58 deletions

View file

@ -1,5 +1,6 @@
.graph {
height: 100vh;
height: 100%;
width: 100%;
background: url(img/gplaypattern.png);
svg {
@ -54,9 +55,3 @@
}
}
}
@media screen and (max-width: $minscreenwidth) {
.graph {
height: 60vh;
}
}