From 502a9ca047edb743ce637792b57bf7c7d434cb7f Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Mon, 15 Jul 2024 08:06:55 +0200 Subject: [PATCH] Add space to body --- src/main.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.lisp b/src/main.lisp index b5d326e..a7bc891 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -159,7 +159,7 @@ Example usage: ,@(loop for url in add-css-urls collect `(:link :type "text/css" :rel "stylesheet" :href ,url))) - (:body ,@body) + (:body :class "my-3" ,@body) (:script :src ,(bs-url-js)) ,@(loop for url in add-js-urls