Adjust padding around sidebar items
This commit is contained in:
parent
2635eede6c
commit
f35b89eb2a
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ header {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
padding: 12px;
|
padding: 8px 16px;
|
||||||
border: 1px transparent solid;
|
border: 1px transparent solid;
|
||||||
&:hover {
|
&:hover {
|
||||||
border-color: #323232;
|
border-color: #323232;
|
||||||
|
|
Loading…
Reference in a new issue