diff options
author | Noah <mounderfod@gmail.com> | 2023-07-11 17:24:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-11 17:24:52 +0100 |
commit | fd1a95afae711a629ede80960334978bc204e28f (patch) | |
tree | b064cbcd28f9f2a1f94ddbdd3672816783e05cfe | |
parent | 5786f0b1517c1396e580865549f927147f967593 (diff) | |
download | website-fd1a95afae711a629ede80960334978bc204e28f.tar.gz |
that's right, another CSS fix
-rw-r--r-- | assets/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/index.css b/assets/index.css index 92fa741..72223db 100644 --- a/assets/index.css +++ b/assets/index.css @@ -58,6 +58,7 @@ marquee { width: 90%; display: flex; justify-content: center; + flex-wrap: wrap; } .logo { |