Add tailwind class to mega screens

This commit is contained in:
prototypa
2022-08-24 20:04:47 -04:00
parent f38f007641
commit 2c5e6c51cb

View File

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