main.css: Fix styling of header slightly
This commit is contained in:
parent
f8126707b2
commit
9826256ffb
1 changed files with 5 additions and 0 deletions
|
@ -33,10 +33,15 @@ h4 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header-item {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
.header-item-hide {
|
.header-item-hide {
|
||||||
float: right;
|
float: right;
|
||||||
width: 5rem;
|
width: 5rem;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-item-display {
|
.header-item-display {
|
||||||
|
|
Loading…
Reference in a new issue