Add Y space to tokens on projects page
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 15m56s

This commit is contained in:
2025-08-26 13:45:39 +09:30
parent c74299c2b1
commit 0802b69c56

View File

@@ -21,7 +21,7 @@ const types = [...new Set(projects.map((project) => project.data.type))];
<section id="projects" class="bg-white dark:bg-gray-950">
<div class="mx-auto max-w-4xl px-8 py-16 text-center">
<SectionTitle>Recent Projects</SectionTitle>
<div id="filter-tokens" class="my-8 space-x-2">
<div id="filter-tokens" class="my-8 space-y-2 space-x-2">
<Token
class="filter-token !text-primary ring-primary bg-white ring-2 hover:cursor-pointer"
data-type="all">All</Token