Add Y space to tokens on projects page
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 15m56s
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 15m56s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user