From 011cf991bf215c0ed161b7ec04e5462f8e7b958a Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Tue, 6 Feb 2024 14:00:12 +0100 Subject: [PATCH] Decrease space under re-posted-by header --- src/components/Note/Note.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Note/Note.module.scss b/src/components/Note/Note.module.scss index 65a13a6..86d80a7 100644 --- a/src/components/Note/Note.module.scss +++ b/src/components/Note/Note.module.scss @@ -167,7 +167,7 @@ } .repostedBy { - padding-bottom: 16px; + padding-bottom: 8px; display: flex; >span { >a {