From 702b27bcd8fcfcc84f8c220fb6291c5a830387dd Mon Sep 17 00:00:00 2001 From: John Toniutti Date: Tue, 27 Feb 2024 21:29:36 +0100 Subject: [PATCH] Fix padding --- _sass/tallneck/components/post-preview.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_sass/tallneck/components/post-preview.scss b/_sass/tallneck/components/post-preview.scss index 9910f1b..aec91a5 100644 --- a/_sass/tallneck/components/post-preview.scss +++ b/_sass/tallneck/components/post-preview.scss @@ -17,6 +17,8 @@ padding-left: 1rem; padding-right: 1rem; + padding-top: 0.25rem; + padding-bottom: 0.25rem; &:hover { border-radius: 5px;