From 9494ccb01b7d7e02ffe92e3a37341e47a2bbfa84 Mon Sep 17 00:00:00 2001 From: Grant Shoshin Shangreaux Date: Sat, 6 Jul 2024 21:33:01 -0500 Subject: Add: some more refinement of hypno pages --- site/html.lisp | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'site/html.lisp') diff --git a/site/html.lisp b/site/html.lisp index 4fdecd3..eb7bf95 100644 --- a/site/html.lisp +++ b/site/html.lisp @@ -10,7 +10,18 @@ ( (@ :charset "UTF-8")) ( (@ :name "viewport" :content "width=device-width, initial-scale=1.0"))) ( - ($center - (
(@ :class "container") (apply 'eval body))))) + (
($ :width "777px" :height "899px" :margin "auto" + :display "flex" :justify-content "center") + (apply 'eval body)))) str))) +(defun () + (
+ ($ :height "100px" :width "100%" :display "flex" :justify-content "space-between") + "MENU" + ( "V A M P I R E" (wknd:route-to 'home.html)) + ())) + +(defun () + (
(@ :method "POST" :action (wknd:route-to 'destroy.session)) ( "Logout"))) + -- cgit v1.2.3