aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorshpuld <shpuld@gmail.com>2017-02-26 22:36:54 +0200
committershpuld <shpuld@gmail.com>2017-02-26 22:36:54 +0200
commit015bf78dd9b17a1eac11119e38d8e83be8d791ae (patch)
treec9b64706afb72bc79dd055594dd6e3b88e4adc8b /src/App.scss
parentbebd5c3328422aacf65996776e282d032347c5c9 (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.scss4
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;
}