added scroll smooth to html

This commit is contained in:
Esteban Paz 2026-02-12 01:48:21 -05:00
parent 719819e43d
commit c02bca3e28
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import "../styles/global.css";
const { title } = Astro.props; const { title } = Astro.props;
--- ---
<html lang="en"> <html lang="en" class="scroll-smooth">
<BaseHead title={title} /> <BaseHead title={title} />
<body class="font-primary"> <body class="font-primary">
<article> <article>