Adjust padding around sidebar items

This commit is contained in:
Korbs 2024-12-12 17:49:09 -05:00
parent 2635eede6c
commit f35b89eb2a

View file

@ -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;