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,