diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-04 12:38:53 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-04 12:38:53 +0100 |
commit | e214ea09d5481b2e2c42f42afbb8f33a059c5e80 (patch) | |
tree | bb49dfed00131eaa954fb0baebf5af86166f9ca3 | |
parent | 5b6b5a6fb54ab22ea8dfec79ce8df72d167616b9 (diff) | |
download | website-e214ea09d5481b2e2c42f42afbb8f33a059c5e80.tar.gz |
CSS fixes (again)
-rw-r--r-- | assets/index.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/index.css b/assets/index.css index 878746b..9604702 100644 --- a/assets/index.css +++ b/assets/index.css @@ -49,7 +49,7 @@ marquee { display: block; margin-left: auto; margin-right: auto; - max-width: 40%; + max-width: 30%; margin-bottom: 2em; } @@ -57,6 +57,8 @@ marquee { margin-left: auto; margin-right: auto; width: 90%; + display: flex; + justify-content: center; } .logo { |