diff --git a/static/main.css b/static/main.css index 2815b49..07ab95b 100644 --- a/static/main.css +++ b/static/main.css @@ -98,10 +98,6 @@ a:hover { padding: 1rem; } -#blog-post-content li { - list-style-type: disc; -} - #blog-post-content ul { padding: 1rem; padding-top: 0rem; @@ -109,6 +105,10 @@ a:hover { margin-left: 1rem; } +#blog-post-content li { + list-style-type: disc; +} + .dotted-border { border-bottom: #e4e4e4 8px dotted; width: 100%;