Remove padding from timeline container and panel margins when in mobile mode

This commit is contained in:
shpuld 2017-02-20 12:46:20 +02:00
parent fcb950fb43
commit 7e094a9880

View file

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