diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-11-02 17:20:52 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-11-02 17:20:52 +0700 |
| commit | c1d6b160c7356f990017a36ccd84590c45e7528e (patch) | |
| tree | 954bf7e55e50b1148b7e81b0c63134b230bc9122 /src/styles | |
| parent | 4e1bc974c409cc1707aae5857377c3bd20767ea3 (diff) | |
Set viewport
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/globals.css | 2 |
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; } |
