fix(SW-190): reverted changes in MaxWidth
This commit is contained in:
@@ -27,7 +27,7 @@ export default async function LoyaltyPage() {
|
||||
<Sidebar blocks={loyaltyPage.sidebar} />
|
||||
) : null}
|
||||
|
||||
<MaxWidth className={styles.blocks} variant="content" tag="main">
|
||||
<MaxWidth className={styles.blocks}>
|
||||
<header className={styles.header}>
|
||||
<Intro>
|
||||
<Title as="h2">{loyaltyPage.heading}</Title>
|
||||
|
||||
Reference in New Issue
Block a user