added scroll smooth to html
This commit is contained in:
parent
719819e43d
commit
c02bca3e28
|
|
@ -6,7 +6,7 @@ import "../styles/global.css";
|
|||
const { title } = Astro.props;
|
||||
---
|
||||
|
||||
<html lang="en">
|
||||
<html lang="en" class="scroll-smooth">
|
||||
<BaseHead title={title} />
|
||||
<body class="font-primary">
|
||||
<article>
|
||||
|
|
|
|||
Loading…
Reference in New Issue