fix: align styles

This commit is contained in:
Arvid Norlin
2024-04-22 14:55:47 +02:00
parent 7b92be973c
commit b12ccfafef
11 changed files with 35 additions and 103 deletions

View File

@@ -21,9 +21,9 @@ export default async function CurrentBenefitsBlock({
const benefits = await serverClient().user.benefits.current()
return (
<section>
<section className={styles.container}>
<header className={styles.header}>
<Title as="h4" level="h2" className={styles.title} uppercase>
<Title as="h3" level="h2" className={styles.title} uppercase>
{title}
</Title>
{link && (