From 980b21961504e9c6184c060752fca52f2e7d5a17 Mon Sep 17 00:00:00 2001 From: Hardik Srivastava <144905418+hardiksrivastavaa@users.noreply.github.com> Date: Sun, 11 Aug 2024 16:52:14 +0530 Subject: [PATCH] Update style.css --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 7bac033..adbc577 100644 --- a/public/style.css +++ b/public/style.css @@ -11,7 +11,7 @@ h1 { .mainPost-container { display: flex; - justify-content: space-between; + justify-content: center; flex-wrap: wrap; flex-direction: column; margin: 10px auto;