From 6fbc827ecd158868e10a9c94676dc742c7256c4b Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Tue, 21 Jun 2022 14:15:53 +0500 Subject: [PATCH] fix footer spacing in social card footers --- themes/lumbung-theme/static/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index d497411..384123f 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -368,6 +368,7 @@ body > iframe { footer.post-footer { display: flex; flex-flow: row-reverse; + padding: 0.5em 1em; } .footer-filler {