diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-02-20 05:59:38 -0500 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-02-20 05:59:38 -0500 |
| commit | 5a9f71c1efe79d7d58e0c5c2fd3562c017e052cb (patch) | |
| tree | 55ac39108fe4da6d90abdf93ccde1bd866ff823b | |
| parent | a97f6a64adae5efb9a154b08eba3158fe39b52f6 (diff) | |
| parent | 7e094a98804311eb927212fd29d7e5be353f50ab (diff) | |
Merge branch 'feature/mobile_timeline_fills_full_width' into 'develop'
Make timeline use full width on mobile
See merge request !23
| -rw-r--r-- | src/App.scss | 8 |
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 { |
