summaryrefslogtreecommitdiff
path: root/src/components/Root.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Root.module.scss')
-rw-r--r--src/components/Root.module.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/Root.module.scss b/src/components/Root.module.scss
index 5ecd02e..2ca2546 100644
--- a/src/components/Root.module.scss
+++ b/src/components/Root.module.scss
@@ -5,6 +5,10 @@
color: var(--color-text);
min-height: 300px;
height: 100vh;
+
+ @media (max-width: 768px) {
+ flex-direction: column;
+ }
}
.content {