update font size on mobile

This commit is contained in:
Somrat
2024-05-12 16:32:53 +06:00
parent dc109f5e32
commit 7497fd3209
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "astroplate",
"version": "3.4.4",
"version": "3.4.5",
"description": "Astro and Tailwindcss boilerplate",
"author": "zeon.studio",
"license": "MIT",
+1 -1
View File
@@ -3,7 +3,7 @@ html {
}
body {
@apply bg-body dark:bg-darkmode-body font-primary font-normal leading-relaxed text-text dark:text-darkmode-text;
@apply bg-body text-base dark:bg-darkmode-body font-primary font-normal leading-relaxed text-text dark:text-darkmode-text;
}
h1,