summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2022-11-02 17:20:52 +0700
committerIT Fixcomart <it@fixcomart.co.id>2022-11-02 17:20:52 +0700
commitc1d6b160c7356f990017a36ccd84590c45e7528e (patch)
tree954bf7e55e50b1148b7e81b0c63134b230bc9122 /src/styles
parent4e1bc974c409cc1707aae5857377c3bd20767ea3 (diff)
Set viewport
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css2
1 files changed, 1 insertions, 1 deletions
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;
}