This commit is contained in:
parent
9a4ebab520
commit
2216e54465
|
|
@ -113,7 +113,7 @@ export default function Banner({
|
|||
}, [location.pathname, navItems]);
|
||||
|
||||
const heroContent = (
|
||||
<div className={styles.heroContent} style={{ gap: "30px" }}>
|
||||
<div className={styles.heroContent} style={{ gap: "1.875rem" }}>
|
||||
<ScrollReveal preset="slideUp">
|
||||
<h1 className={`${styles.heroTitle} ${titleSize === "medium" ? styles.heroTitleMedium : ""}`}>{title}</h1>
|
||||
</ScrollReveal>
|
||||
Loading…
Reference in New Issue