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 <jeffreyf@spotify.com>
This commit is contained in:
Jeff Feng
2025-01-29 13:17:45 -05:00
parent 45ea6f4936
commit 61fef5f18a
+1 -1
View File
@@ -13,7 +13,7 @@
.banner {
p {
flex: 1;
text-align: justify;
text-align: left;
}
iframe {