From 78e54978ee8667357f5a38d775e7cf0a9e9d933c Mon Sep 17 00:00:00 2001 From: Damien Le Berrigaud Date: Sun, 3 Mar 2024 19:03:16 -0700 Subject: [PATCH] Cleanup spacing on social media posts. --- Damo.Io.Server/www/styles/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Damo.Io.Server/www/styles/app.css b/Damo.Io.Server/www/styles/app.css index 5d95f44..d7ea8fb 100644 --- a/Damo.Io.Server/www/styles/app.css +++ b/Damo.Io.Server/www/styles/app.css @@ -258,7 +258,7 @@ article.Social { line-height: 130%; font-size: 2.4rem; text-align: center; - margin-bottom: 1.6rem; + margin-bottom: var(--spacing-4); } }