From c1d6b160c7356f990017a36ccd84590c45e7528e Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Wed, 2 Nov 2022 17:20:52 +0700 Subject: Set viewport --- src/styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/styles') diff --git a/src/styles/globals.css b/src/styles/globals.css index 2e4ea975..0570da9d 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -5,7 +5,7 @@ @tailwind utilities; html, body { - @apply max-w-full; + @apply w-screen; @apply text-base; @apply text-gray-900; } -- cgit v1.2.3