From c81ed0c05e5b14fc6e247da53b93068e54d0a526 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Mon, 12 Nov 2018 15:29:17 -0500 Subject: add a line to the bottom of posts to indicate they have completed --- assets/main.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'assets') 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; } -- cgit v1.2.3