From a519ca90490103903d011f30efad7f229031cca3 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Wed, 11 Aug 2021 20:13:52 -0400 Subject: [PATCH] Fixed index text align on mobile --- src/components/IndexSplash.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/IndexSplash.astro b/src/components/IndexSplash.astro index 933c8b4..e960efa 100644 --- a/src/components/IndexSplash.astro +++ b/src/components/IndexSplash.astro @@ -13,6 +13,7 @@ align-items: center; justify-content: center; flex-direction: column; + text-align: center; } .hello{