From 99457297817772798aee0aff374931f95294efa0 Mon Sep 17 00:00:00 2001 From: unwox Date: Sat, 2 Nov 2024 14:44:36 +0600 Subject: small style fixes --- bin/serve.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/serve.fnl b/bin/serve.fnl index 7a24799..1d08dee 100644 --- a/bin/serve.fnl +++ b/bin/serve.fnl @@ -415,7 +415,7 @@ [:NO-ESCAPE texts.no-results])]) [:div {} paginator] [:footer {} - [:p {:class "text"} [:NO-ESCAPE texts.footer-text]]]]]]]]) + [:small {:class "text"} [:NO-ESCAPE texts.footer-text]]]]]]]]) (fn root-handler [{: path : query}] (local cache-key (.. "page:" path "?" (serialize-query query))) -- cgit v1.2.3