From 61fef5f18a90251a41645bf224a81aa8a75f6486 Mon Sep 17 00:00:00 2001 From: Jeff Feng Date: Wed, 29 Jan 2025 13:17:45 -0500 Subject: [PATCH] styling: Matching text alignment Changing to left-aligned text on the Demo page to match how text is aligned on other microsite pages. Signed-off-by: Jeff Feng --- microsite/src/pages/demos/demos.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/src/pages/demos/demos.module.scss b/microsite/src/pages/demos/demos.module.scss index b99874297e..c8caedbeac 100644 --- a/microsite/src/pages/demos/demos.module.scss +++ b/microsite/src/pages/demos/demos.module.scss @@ -13,7 +13,7 @@ .banner { p { flex: 1; - text-align: justify; + text-align: left; } iframe {