Remove default ul styling
This commit is contained in:
parent
e18208f7c2
commit
8071eb584c
1 changed files with 6 additions and 0 deletions
|
|
@ -21,6 +21,12 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-inline-start: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
main {
|
||||
max-width: 820px;
|
||||
margin: 0 auto;
|
||||
|
|
|
|||
Loading…
Reference in a new issue