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;
|
||||
color: white;
|
||||
border-radius: 6px;
|
||||
padding: 12px;
|
||||
padding: 8px 16px;
|
||||
border: 1px transparent solid;
|
||||
&:hover {
|
||||
border-color: #323232;
|
||||
|
|
Loading…
Reference in a new issue