From 7e094a98804311eb927212fd29d7e5be353f50ab Mon Sep 17 00:00:00 2001 From: shpuld Date: Mon, 20 Feb 2017 12:46:20 +0200 Subject: [PATCH] Remove padding from timeline container and panel margins when in mobile mode --- src/App.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/App.scss b/src/App.scss index b0e1b7bc..d7f0c8ab 100644 --- a/src/App.scss +++ b/src/App.scss @@ -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 {