summaryrefslogtreecommitdiff
path: root/src/styles/globals.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/globals.css')
-rw-r--r--src/styles/globals.css4
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;
}