From 9fe45e4f7b54279f114e133e12a33f596dc7ef26 Mon Sep 17 00:00:00 2001 From: shoshin Date: Sun, 11 Dec 2022 21:24:03 -0600 Subject: Add: more refinements to responsive styles --- navigation.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'navigation.lisp') diff --git a/navigation.lisp b/navigation.lisp index 0fe68f0..731d31f 100644 --- a/navigation.lisp +++ b/navigation.lisp @@ -4,7 +4,7 @@ (defun create-navigation-header (parent) (with-clog-create parent - (section (:header :class "row") + (section (:header :class "header") (div () (a (:link "/home") (img ( :url-src "/favicon.ico")))) (div () (a (:link "/explore" :content "Explore"))) -- cgit v1.2.3