From 45ea6f493674fd36726f067b17713b25ce2b8732 Mon Sep 17 00:00:00 2001 From: Jeff Feng Date: Wed, 29 Jan 2025 12:57:01 -0500 Subject: [PATCH] styling: Matching text alignment of other pages Changing to left-aligned text on the Community page to match how text is aligned on other microsite pages. Signed-off-by: Jeff Feng --- microsite/src/pages/community/community.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/src/pages/community/community.module.scss b/microsite/src/pages/community/community.module.scss index 3f829b0100..14ff66db37 100644 --- a/microsite/src/pages/community/community.module.scss +++ b/microsite/src/pages/community/community.module.scss @@ -10,7 +10,7 @@ } p { - text-align: justify; + text-align: left; } }