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
1 changed files with 8 additions and 0 deletions

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 {