From 9dc0c01b12e4fca3bd8f02ed7f7303daf230c287 Mon Sep 17 00:00:00 2001 From: Jordan Vidrine Date: Thu, 2 Jan 2025 16:53:59 -0600 Subject: [PATCH] fix spacing on comments --- common/common.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/common.scss b/common/common.scss index 4623af0..7e35779 100644 --- a/common/common.scss +++ b/common/common.scss @@ -277,6 +277,9 @@ padding: 0; grid-area: posts; width: auto; + display: flex; + justify-content: center; + align-items: center; .badge-posts { padding: 0; height: 100%;