Update project card spacing

This commit is contained in:
2023-02-19 19:43:16 +01:00
parent ba3f1efbb4
commit 248df43527
2 changed files with 16 additions and 13 deletions
+15 -12
View File
@@ -3,22 +3,25 @@
<main>
<h1 class="text-5xl font-bold text-center mb-5">{{ t("projects") }}</h1>
<h2 class="text-3xl text-center mt-10 mb-3">{{ t("wip") }}</h2>
<Wirefilter />
<NotXiaGithubio />
<div class="[&>*]:my-14 first:[&>*]:mt-8">
<Wirefilter />
<NotXiaGithubio />
</div>
<h2 class="text-3xl text-center mt-10 mb-3">{{ t("completed") }}</h2>
<TweetAnalysis />
<AnimalHouse />
<PandOSplus />
<Imaging />
<MNKGame />
<Platform />
<PathfindingVisualizer />
<SortingVisualizer />
<div class="[&>*]:my-14 first:[&>*]:mt-8">
<TweetAnalysis />
<AnimalHouse />
<PandOSplus />
<Imaging />
<MNKGame />
<Platform />
<PathfindingVisualizer />
<SortingVisualizer />
</div>
</main>
</template>