add a line to the bottom of posts to indicate they have completed

This commit is contained in:
Brian Picciano 2018-11-12 15:29:17 -05:00
parent 90e5d5023b
commit c81ed0c05e

View File

@ -106,6 +106,11 @@ ul {
margin: 0;
}
#post-content {
border-bottom: 1px solid #666;
margin-bottom: 2rem;
}
#post-content ul {
margin-left: 1em;
}