From 8b526da8cd8c92ca0d68e62915bd8cf14df4f4cd Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sat, 29 Oct 2022 13:04:47 -0500 Subject: Add: Basic style --- home.lisp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'home.lisp') diff --git a/home.lisp b/home.lisp index e7475ec..0446b72 100644 --- a/home.lisp +++ b/home.lisp @@ -82,9 +82,11 @@ (with-clog-create body (div () (navigation-header ()) - (p (:content (format nil "Welcome ~a" (user-name (session-user body))))) - (new-playlist-form ()) - (playlist-listing ()) - (invite-control ())))) + (div (:class "row") + (div () + (p (:content (format nil "Welcome ~a" (user-name (session-user body))))) + (new-playlist-form ()) + (playlist-listing ()) + (invite-control ())))))) -- cgit v1.2.3