From 8c223c630423a1ca6055478e8f5c3d5071108342 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 19 Nov 2023 00:33:38 +0100 Subject: [PATCH] Added mobile optimization to the Home styles.sass --- client/src/pages/Home/styles.sass | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/pages/Home/styles.sass b/client/src/pages/Home/styles.sass index 45bb7ec..35eee9c 100644 --- a/client/src/pages/Home/styles.sass +++ b/client/src/pages/Home/styles.sass @@ -6,6 +6,7 @@ align-items: center height: 100% user-select: none + flex-wrap: wrap .info-area padding: 1rem 1.5rem @@ -70,3 +71,7 @@ h2 margin: 0 text-align: center + +@media screen and (max-width: 1130px) + .create-btn + display: none \ No newline at end of file