fixed padding on the <ul>

This commit is contained in:
phixxy 2024-02-05 23:26:16 -08:00
parent 7eadeb0f53
commit 2e6e4638ca

View file

@ -50,6 +50,10 @@
list-style: none; list-style: none;
} }
ul{
padding: 0;
}
a:hover{ a:hover{
border-bottom: 1px solid #fff; border-bottom: 1px solid #fff;
} }