fixed padding on the <ul>
This commit is contained in:
parent
7eadeb0f53
commit
2e6e4638ca
1 changed files with 4 additions and 0 deletions
|
|
@ -50,6 +50,10 @@
|
|||
list-style: none;
|
||||
}
|
||||
|
||||
ul{
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
border-bottom: 1px solid #fff;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue