From 990c6b109658067db1d4bea66a89633130d95c68 Mon Sep 17 00:00:00 2001 From: mattkae Date: Wed, 22 Jun 2022 21:23:41 -0400 Subject: better centered --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.css') diff --git a/index.css b/index.css index 0c2e614..d237608 100644 --- a/index.css +++ b/index.css @@ -273,6 +273,6 @@ only screen and (max-width:960px) { #carousel > button { font-size: 6rem; - top: calc(50% - 3rem); + top: calc(50% - 4rem); } } -- cgit v1.2.1