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