This commit is contained in:
prototypa
2022-09-09 22:04:13 -04:00
3 changed files with 4 additions and 3 deletions

View File

@ -189,6 +189,7 @@ Clone this repository on own GitHub account and deploy to Vercel:
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fonwidget%2Fastrowind)
<br>
## Roadmap

View File

@ -21,7 +21,7 @@ const items = [
],
[
{
title: "Excelent Page Speed",
title: "Excellent Page Speed",
description:
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi sagittis, quam nec venenatis lobortis, mi risus tempus nulla.",
},

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>
@ -23,4 +23,4 @@ const { meta = {} } = Astro.props;
img {
content-visibility: auto;
}
</style>
</style>