This commit is contained in:
Akira Tempaku 2025-05-02 09:16:21 +09:00
commit 33e23d9f95
Signed by: paku
GPG key ID: 5B4E8402BCC50607
3 changed files with 7 additions and 7 deletions
src/components

View file

@ -13,12 +13,12 @@
(defcomp ~header ()
(hsx
(header :class "flex justify-between pb-2 md:pb-4 border-b-1"
(header :class "flex justify-between py-2 md:py-4 border-b-1 sticky top-0 bg-white"
(h1 :class "text-2xl md:text-3xl font-bold"
(a :href "/"
"skyizwhite"))
(nav :class "flex items-end"
(ul :preload "mouseover" :class "flex gap-4 text-lg"
(ul :preload "mouseover" :class "flex gap-4 text-xl"
(loop
:for (href label) :in *nav-menu* :collect
(if (search href (request-uri jingle:*request*))