From 8176c414a8d1429ddc23d42145889242a93158aa Mon Sep 17 00:00:00 2001 From: Andraxion Date: Fri, 26 Jun 2026 21:58:48 -0400 Subject: [PATCH] Center launcher hero card --- src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.css b/src/index.css index 24fc3b4..68663b0 100644 --- a/src/index.css +++ b/src/index.css @@ -70,6 +70,7 @@ body { } .launcher-card { + justify-self: center; width: min(620px, 100%); padding: 28px 30px; border: 1px solid rgba(120, 170, 230, 0.2);