Fix spacing on not-found message
Not familiar with hiccup, but I see similar spacing on https://github.com/witch-house/pronoun.is/blob/master/src/pronouns/pages.clj#L78 so figured I'd roll with it.
This commit is contained in:
parent
c0bef1bafe
commit
864746273d
@ -167,7 +167,7 @@
|
|||||||
[:body
|
[:body
|
||||||
(header-block title)
|
(header-block title)
|
||||||
[:div {:class "section examples"}
|
[:div {:class "section examples"}
|
||||||
[:p [:h2 (str "We couldn't find those pronouns in our database."
|
[:p [:h2 (str "We couldn't find those pronouns in our database. "
|
||||||
"If you think we should have them, please reach out!")]]]
|
"If you think we should have them, please reach out!")]]]
|
||||||
(footer-block)]])))
|
(footer-block)]])))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user