This commit is contained in:
zhangjianjun 2026-03-25 14:15:25 +08:00
parent 9a4ebab520
commit 2216e54465
1 changed files with 1 additions and 1 deletions

View File

@ -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>