This commit is contained in:
Madison Scott-Clary
2022-05-09 18:28:04 -07:00
parent 04b83433fe
commit e8775e139d

View File

@ -11,3 +11,7 @@ h1, h2 {
blockquote { blockquote {
overflow-wrap: break-word; overflow-wrap: break-word;
} }
blockquote ul {
list-style-type: disc;
}