summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2018-11-12 15:29:17 -0500
committerBrian Picciano <mediocregopher@gmail.com>2018-11-12 15:29:17 -0500
commitc81ed0c05e5b14fc6e247da53b93068e54d0a526 (patch)
tree6f817c20af8a5b67c275b1631e629427df4e595a
parent90e5d5023b9fdc5ffd5fa75edcb3dee5f4dc8033 (diff)
add a line to the bottom of posts to indicate they have completed
-rw-r--r--assets/main.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/main.css b/assets/main.css
index 95febbb..23f52cb 100644
--- a/assets/main.css
+++ b/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;
}