From e35576198c981582837827f69e9a6cb25b986398 Mon Sep 17 00:00:00 2001 From: Michael Richardson Date: Wed, 19 Jan 2022 12:05:39 -0500 Subject: fix mobile browser issue --- common/banner.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/banner.css b/common/banner.css index 17d45f1..32ae08f 100644 --- a/common/banner.css +++ b/common/banner.css @@ -1,8 +1,10 @@ .gamejam-2022-banner { + min-width: 880px; background-color: white; padding: 1em; display: flex; justify-content: center; + align-items: center; flex-direction: row; } -- cgit v1.2.3