fix: statcard without colours

This commit is contained in:
2022-08-10 10:56:49 -04:00
parent e778c746b8
commit 9484692dfa
4 changed files with 37 additions and 19 deletions

View File

@@ -9,7 +9,9 @@ useTitle("Home");
<main class="flex flex-col items-center justify-around gap-8">
<h1>Welcome!</h1>
<p>What are you here to see?</p>
<div class="flex justify-around items-stretch w-full flex-wrap gap-y-10">
<div
class="flex justify-around items-stretch w-full flex-wrap gap-x-8 gap-y-10"
>
<BlogStatBox />
<StoryStatBox />
<CommitStatBox />