fix: proper list styles
This commit is contained in:
parent
a5afa8b196
commit
05535bc57b
3 changed files with 1 additions and 6 deletions
|
|
@ -64,11 +64,6 @@
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.romer-table-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ a {
|
|||
|
||||
ul {
|
||||
list-style: none;
|
||||
margin: none;
|
||||
}
|
||||
|
||||
.topic a {
|
||||
|
|
|
|||
|
|
@ -65,7 +65,6 @@ const capitalizedCategory =
|
|||
}
|
||||
|
||||
.posts {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue