summary refs log tree commit diff stats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-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 {