summary refs log tree commit diff stats
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-07-04 12:38:53 +0100
committermounderfod <mounderfod@gmail.com>2023-07-04 12:38:53 +0100
commite214ea09d5481b2e2c42f42afbb8f33a059c5e80 (patch)
treebb49dfed00131eaa954fb0baebf5af86166f9ca3
parent5b6b5a6fb54ab22ea8dfec79ce8df72d167616b9 (diff)
downloadwebsite-e214ea09d5481b2e2c42f42afbb8f33a059c5e80.tar.gz
CSS fixes (again)
-rw-r--r--assets/index.css4
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 {