Add bullet points!

This commit is contained in:
Trevor Vallender 2023-10-19 15:21:34 +01:00
parent 1451104b75
commit 6840302469
2 changed files with 8 additions and 0 deletions

View File

@ -38,3 +38,7 @@ form#blog_post_form {
font-size: .8em;
}
}
ul#blog_posts {
list-style-type: none;
}

View File

@ -30,6 +30,10 @@ ol {
list-style-type: decimal;
}
ul {
list-style-type: disc;
}
h1, h2, h3, h4, h5, h6, h7 {
font-weight: bold;
padding: .5em 0;