Smooth scroll behavior

This commit is contained in:
prototypa
2022-08-26 18:16:36 -04:00
parent b67eca0cc9
commit 44a0607d4d
3 changed files with 262 additions and 144 deletions

View File

@ -8,7 +8,7 @@ const { meta = {} } = Astro.props;
---
<!DOCTYPE html>
<html lang="en" class="2xl:text-[24px]">
<html lang="en" class="motion-safe:scroll-smooth 2xl:text-[24px]">
<head>
<MetaTags {...meta} />
</head>