diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-01 13:53:31 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-01 13:53:31 +0700 |
| commit | a1b9b647a6c4bda1f5db63879639d44543f9557e (patch) | |
| tree | 74f66253717515d364ce74bd8275015c1f829cbc /src/styles | |
| parent | 63d73e57091c355041489cc327512f808b515a10 (diff) | |
fix layout
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/globals.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css index 5ba9e902..0137351e 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -17,6 +17,10 @@ body { overflow-x-clip; } +#__next main { + @apply min-h-screen +} + button { @apply block; } |
