diff options
| author | hakui <hakui@airmail.cc> | 2017-02-20 09:28:50 -0600 |
|---|---|---|
| committer | hakui <hakui@airmail.cc> | 2017-02-20 09:28:50 -0600 |
| commit | b29a094e38f8957e5a11844e19caf434fc8c78e9 (patch) | |
| tree | 5c587a86cec7c9ab4faf5204f8169cd5ac114628 /src | |
| parent | 5a9f71c1efe79d7d58e0c5c2fd3562c017e052cb (diff) | |
set top and bottom padding on the bars to be equal because it was too top-heavy
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.scss | 2 | ||||
| -rw-r--r-- | src/components/nav_panel/nav_panel.vue | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/App.scss b/src/App.scss index d7f0c8ab..431aeb32 100644 --- a/src/App.scss +++ b/src/App.scss @@ -108,7 +108,7 @@ main-router { .panel-heading { border-radius: 0.5em 0.5em 0 0; background-size: cover; - padding: 0.6em 0 0.5em; + padding: 0.6em 0; text-align: center; font-size: 1.3em; line-height: 24px; diff --git a/src/components/nav_panel/nav_panel.vue b/src/components/nav_panel/nav_panel.vue index d8604a7b..85ed163c 100644 --- a/src/components/nav_panel/nav_panel.vue +++ b/src/components/nav_panel/nav_panel.vue @@ -39,7 +39,7 @@ .nav-panel li { border-bottom: 1px solid; - padding: 0.75em 0.85em 0.6em; + padding: 0.8em 0.85em; } .nav-panel li:last-child { |
