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