Begin styling projects page
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 13m15s

This commit is contained in:
2025-08-13 07:42:38 +09:30
parent 9617feed0c
commit 69792d4faf
11 changed files with 172 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
<div class="flex w-full items-center">
<blockquote
class="border-primary mx-auto my-8 max-w-xl border-l-6 py-2 pl-4 italic"
>
<p class="text-lg font-light"><slot /></p>
</blockquote>
</div>