diff options
| author | shpuld <shpuld@gmail.com> | 2017-02-26 22:36:54 +0200 |
|---|---|---|
| committer | shpuld <shpuld@gmail.com> | 2017-02-26 22:36:54 +0200 |
| commit | 015bf78dd9b17a1eac11119e38d8e83be8d791ae (patch) | |
| tree | c9b64706afb72bc79dd055594dd6e3b88e4adc8b /src/App.scss | |
| parent | bebd5c3328422aacf65996776e282d032347c5c9 (diff) | |
Heading text floats left, initial attempt at load more in the right side of the heading.
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/App.scss b/src/App.scss index 0945c76b..8a1942c6 100644 --- a/src/App.scss +++ b/src/App.scss @@ -109,8 +109,8 @@ main-router { .panel-heading { border-radius: 10px 10px 0 0; background-size: cover; - padding: 0.6em 0; - text-align: center; + padding: 0.6em 1.0em; + text-align: left; font-size: 1.3em; line-height: 24px; } |
