From a4779bdb3baf50b477bbe166f7b1d873d75e506f Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 7 Jul 2018 16:33:01 -0400 Subject: Fixed tag-related CSS refs #2 --- app/assets/stylesheets/main/records.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/assets/stylesheets/main/records.scss b/app/assets/stylesheets/main/records.scss index 350fb16..47fdfa3 100644 --- a/app/assets/stylesheets/main/records.scss +++ b/app/assets/stylesheets/main/records.scss @@ -60,6 +60,13 @@ } &.entry-tag { + margin-left: 0.5em; + + &:before { + content: "#"; + } + } + & + li { margin-left: 1em; } -- cgit 1.4.1