Heading text floats left, initial attempt at load more in the right side of the heading.

This commit is contained in:
shpuld 2017-02-26 22:36:54 +02:00
parent bebd5c3328
commit 015bf78dd9
3 changed files with 16 additions and 5 deletions

View file

@ -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;
}