diff options
author | shoshin <shoshin@cicadas.surf> | 2022-12-11 21:24:03 -0600 |
---|---|---|
committer | shoshin <shoshin@cicadas.surf> | 2022-12-11 21:24:03 -0600 |
commit | 9fe45e4f7b54279f114e133e12a33f596dc7ef26 (patch) | |
tree | 2ceac1f9555efaaf9d123196620fc4c11eac5b3d /navigation.lisp | |
parent | 8ea45fdb238952fa92d57979d71db61de105f59e (diff) |
Add: more refinements to responsive styles
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 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"))) |