remove padding on links

This commit is contained in:
brooke 2024-10-29 16:33:06 -04:00
parent 75c6573afb
commit aa97301e24

View file

@ -279,7 +279,7 @@ ul li::before {
} }
.links { .links {
padding-left: 0.85rem; padding-left: 0;
} }
.dashboard { .dashboard {