diff options
| author | Ray <[email protected]> | 2022-01-19 18:09:00 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-19 18:09:00 +0100 |
| commit | 589ddfabc7804e5fd27704b480ede04a6a7c6240 (patch) | |
| tree | 30808e802ed01201f1c1c887dcb6fa4737ad23a0 | |
| parent | b72ca61ffabcb5ac2f362aabc98ce642141cfe73 (diff) | |
| parent | e35576198c981582837827f69e9a6cb25b986398 (diff) | |
| download | raylib.com-589ddfabc7804e5fd27704b480ede04a6a7c6240.tar.gz raylib.com-589ddfabc7804e5fd27704b480ede04a6a7c6240.zip | |
Merge pull request #29 from michaelfiber/gamejam-2022-banner
fix mobile browser issue
| -rw-r--r-- | common/banner.css | 2 |
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; } |
