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 <jeffreyf@spotify.com>
This commit is contained in:
Jeff Feng
2025-01-29 12:57:01 -05:00
parent 8f4500a263
commit 45ea6f4936
@@ -10,7 +10,7 @@
}
p {
text-align: justify;
text-align: left;
}
}