Update first view

This commit is contained in:
Akira Tempaku 2024-11-17 22:18:59 +09:00
parent ebfb0c6c87
commit 65e09d2335
7 changed files with 28 additions and 16 deletions
src/routes

View file

@ -11,7 +11,7 @@
(defcomp page ()
(hsx
(section :class "container flex flex-col justify-center items-center h-full gap-4"
(section :class "container flex flex-col justify-center items-center h-full gap-10"
(h1 :class "text-2xl text-red-600"
(getf *metadata* :title))
(p (getf *metadata* :description))