From dfc2d315c4dba0d946cd8e1489224b4a88177588 Mon Sep 17 00:00:00 2001 From: Kai Vogelgesang Date: Tue, 11 Oct 2022 21:23:18 +0200 Subject: [PATCH] Improve "More Infos" visibility on mobile --- src/PartyPage.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/PartyPage.css b/src/PartyPage.css index 9461db3..2a88ac4 100644 --- a/src/PartyPage.css +++ b/src/PartyPage.css @@ -36,7 +36,14 @@ flex-grow: 1; display: flex; flex-direction: column; - justify-content: flex-end; + justify-content: center; + padding-bottom: 0.5em; +} + +@media (min-width: 1024px) { + .hero-outer { + justify-content: flex-end; + } } h1,