aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorshpuld <shpuld@gmail.com>2017-02-20 12:46:20 +0200
committershpuld <shpuld@gmail.com>2017-02-20 12:46:20 +0200
commit7e094a98804311eb927212fd29d7e5be353f50ab (patch)
treea6005529927316dade702368d99346ce66acc5ad /src
parentfcb950fb43f40549d220da729120b93ad416b2d0 (diff)
Remove padding from timeline container and panel margins when in mobile mode
Diffstat (limited to 'src')
-rw-r--r--src/App.scss8
1 files changed, 8 insertions, 0 deletions
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 {