diff options
| -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; } |
