From 9e100371d9d33f6be3c95f1f5404db2b054286bc Mon Sep 17 00:00:00 2001 From: Crazyraturi Date: Fri, 25 Oct 2024 21:43:02 +0530 Subject: [PATCH] issue #1408 fixed --- index.html | 5 ++--- style.css | 5 +++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 70f4815a..4b049a46 100644 --- a/index.html +++ b/index.html @@ -1261,9 +1261,8 @@

Share Your Thoughts

-
-

Discussions

-
+ +
diff --git a/style.css b/style.css index 24d1bf79..ac602fa8 100644 --- a/style.css +++ b/style.css @@ -40,6 +40,10 @@ body { } #postFormSection { + display:flex; + flex-direction: column; + align-items: center; + justify-content: center; background-color: #effaf1; padding: 20px; border-radius: 10px; @@ -59,6 +63,7 @@ body { resize: none; outline: none; margin-bottom: 10px; + } #postContent::placeholder {