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

pull/2/head
Brian Picciano 6 years ago
parent 90e5d5023b
commit c81ed0c05e
  1. 5
      assets/main.css

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

Loading…
Cancel
Save