fix: proper list styles

This commit is contained in:
Barrett Ruth 2025-05-22 20:54:11 -05:00
parent a5afa8b196
commit 05535bc57b
3 changed files with 1 additions and 6 deletions

View file

@ -64,11 +64,6 @@
justify-content: center; justify-content: center;
} }
ul {
list-style: none;
margin: 0;
}
.romer-table-container { .romer-table-container {
display: flex; display: flex;
justify-content: center; justify-content: center;

View file

@ -40,6 +40,7 @@ a {
ul { ul {
list-style: none; list-style: none;
margin: none;
} }
.topic a { .topic a {

View file

@ -65,7 +65,6 @@ const capitalizedCategory =
} }
.posts { .posts {
list-style-type: none;
padding: 0; padding: 0;
} }