forked from AkkomaGang/akkoma-fe
Merge branch 'equal-padding' into 'develop'
set top and bottom padding on the bars to be equal because it was too top-heavy See merge request !24
This commit is contained in:
commit
f40653a49d
2 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@ main-router {
|
||||||
.panel-heading {
|
.panel-heading {
|
||||||
border-radius: 0.5em 0.5em 0 0;
|
border-radius: 0.5em 0.5em 0 0;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
padding: 0.6em 0 0.5em;
|
padding: 0.6em 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
.nav-panel li {
|
.nav-panel li {
|
||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
padding: 0.75em 0.85em 0.6em;
|
padding: 0.8em 0.85em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-panel li:last-child {
|
.nav-panel li:last-child {
|
||||||
|
|
Loading…
Reference in a new issue