main: Cleaned up list items
All checks were successful
Build Docker / Build Bot (push) Successful in 23s
Build Docker / Build Master (push) Successful in 23s

This commit is contained in:
Nathan Woodburn 2023-08-26 09:33:57 +10:00
parent a8e2d90dc6
commit c837d5d528
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -4,4 +4,7 @@ html {
font-family: 'Roboto', sans-serif;
font-size: 16px;
text-align: center;
}
li {
list-style-type: none;
}