add a line to the bottom of posts to indicate they have completed
This commit is contained in:
parent
90e5d5023b
commit
c81ed0c05e
@ -106,6 +106,11 @@ ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#post-content {
|
||||
border-bottom: 1px solid #666;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
#post-content ul {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user