summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMichael Richardson <[email protected]>2022-01-19 12:05:39 -0500
committerMichael Richardson <[email protected]>2022-01-19 12:05:39 -0500
commite35576198c981582837827f69e9a6cb25b986398 (patch)
tree30808e802ed01201f1c1c887dcb6fa4737ad23a0
parentd420cf304666e65af21bbe4609db8d2cce1f77e1 (diff)
downloadraylib.com-e35576198c981582837827f69e9a6cb25b986398.tar.gz
raylib.com-e35576198c981582837827f69e9a6cb25b986398.zip
fix mobile browser issue
-rw-r--r--common/banner.css2
1 files changed, 2 insertions, 0 deletions
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;
}