From edf909e7edc43e94c0c878de0adbc35f9fa973d1 Mon Sep 17 00:00:00 2001 From: Matt Kirby <MattJKirby@outlook.com> Date: Sun, 12 Mar 2023 19:50:26 +0000 Subject: [PATCH] Fixed post header --- daily-thought-frontend/src/styles/Post.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/daily-thought-frontend/src/styles/Post.module.css b/daily-thought-frontend/src/styles/Post.module.css index 20ed566a..d7ca3633 100644 --- a/daily-thought-frontend/src/styles/Post.module.css +++ b/daily-thought-frontend/src/styles/Post.module.css @@ -21,6 +21,7 @@ display: flex; flex-grow: 1; align-items: center; + margin-left: 8px; } .headerUserInfo { -- GitLab