fix(SW-369): center on mobile
This commit is contained in:
@@ -32,7 +32,11 @@ export default async function JoinLoyaltyContact({
|
||||
{block.title}
|
||||
</Title>
|
||||
<ScandicFriends color="red" />
|
||||
{block.preamble ? <Body>{block.preamble}</Body> : null}
|
||||
{block.preamble ? (
|
||||
<Body textAlign={null} className={styles.preamble}>
|
||||
{block.preamble}
|
||||
</Body>
|
||||
) : null}
|
||||
{block.button ? (
|
||||
<Button
|
||||
asChild
|
||||
|
||||
Reference in New Issue
Block a user