aboutsummaryrefslogtreecommitdiff
path: root/frontend/scss/home.scss
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/scss/home.scss')
-rw-r--r--frontend/scss/home.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/scss/home.scss b/frontend/scss/home.scss
index 29a0116..0b85b2b 100644
--- a/frontend/scss/home.scss
+++ b/frontend/scss/home.scss
@@ -23,7 +23,7 @@ article article {
align-content: center;
gap: var(--margin-base);
- @media only screen and (max-width: 350px) {
+ @media only screen and (max-width: 400px) {
display: flex;
flex-direction: column-reverse;
}