Update BaseLayout.astro

This commit is contained in:
prototypa
2022-09-08 23:01:57 -04:00
committed by GitHub
parent aae05f6fc4
commit 5c4915f325

View File

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