improve button size on header

This commit is contained in:
Tixie 2020-02-16 19:59:06 +01:00
parent f0665ae585
commit 278cee753a
1 changed files with 10 additions and 0 deletions

View File

@ -20,12 +20,22 @@
-------------------------------------------------------------- */
.header__side {
margin-bottom: -1rem;
padding-bottom: .7rem;
}
.header__side:first-child {
margin-left: -1rem;
}
.header__side:last-child {
margin-right: -1rem;
}
.header__sideBtn,
.header__sideBtn:visited {
padding: 0;
padding: 1rem;
border: none;
background: none;
color: $color-primary;