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;
|
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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue