diff options
author | shoshin <shoshin@cicadas.surf> | 2022-12-11 22:03:48 -0600 |
---|---|---|
committer | shoshin <shoshin@cicadas.surf> | 2022-12-11 22:03:48 -0600 |
commit | c0ff3d5317e2a70329fde1b56b52dfa203f9c445 (patch) | |
tree | d0c2fc7dee40dd7599e19f006b4f5fb81285cbbe /navigation.lisp | |
parent | 9fe45e4f7b54279f114e133e12a33f596dc7ef26 (diff) |
Fix: header styling
Diffstat (limited to 'navigation.lisp')
-rw-r--r-- | navigation.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
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"))) |