diff --git a/server/templates/macros.htm b/server/templates/macros.htm index 5f17cb7..99308c9 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -21,6 +21,12 @@ text-decoration: none; color: lightcyan; } + h1, h2 { + margin: 1rem 0 .5rem; + } + ul { + margin: .5rem 0; + } form.form-single-button { display: inline-block; }