diff options
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; } |
