diff --git a/src/assets/stylesheets/app.css b/src/assets/stylesheets/app.css index 86e5a7fe..ec1acc93 100644 --- a/src/assets/stylesheets/app.css +++ b/src/assets/stylesheets/app.css @@ -427,6 +427,11 @@ select.form-control:not([multiple]):not([size]) { font-size: 1rem; } +.content p { + margin-top: 1rem; + margin-bottom: 1rem; +} + /* theme: light */ button.theme-light {