feat: add projects page and rework home page
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{{ $t('pages.vocal-synthesis.projects') }}
|
||||
</p>
|
||||
<div class="flex flex-col max-w gap-10">
|
||||
<div v-for="project in data?.projects" :key="project.title" class="flex flex-row max-w gap-5">
|
||||
<div v-for="project in data?.projects" :key="project.title" class="flex flex-row max-w gap-5 font-title">
|
||||
<div>
|
||||
<div
|
||||
class="bg-primary text-text-50 dark:bg-primary p-1 rounded-md min-w-13 w-13 h-13 min-h-13 flex justify-center my-2"
|
||||
|
||||
Reference in New Issue
Block a user