Merge branch 'feature/mobile_timeline_fills_full_width' into 'develop'

Make timeline use full width on mobile

See merge request !23
This commit is contained in:
lambadalambda 2017-02-20 05:59:38 -05:00
commit 5a9f71c1ef

View file

@ -281,6 +281,14 @@ nav {
.panel-switcher {
display: flex;
}
.container {
padding: 0 0 0 0;
}
.panel {
margin: 0.5em 0 0.5em 0;
}
}
.item.right {