From 943ca961c9ce950c93e7dd6820da58c9d69b3e44 Mon Sep 17 00:00:00 2001 From: Ralf Stockmann Date: Wed, 17 May 2023 02:42:16 +0200 Subject: [PATCH] Update styles.css - Get rid of margin right of hashtags --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index 249ab3e..64aa334 100644 --- a/styles.css +++ b/styles.css @@ -51,6 +51,10 @@ line-height: 0 !important; } +.hashtag { + margin-right: 0px !important; + } + /* Custom navbar styles */ .navbar { height: 50px; /* reduce the height of the navbar */