« get me outta code hell

css: make sure general <center> gets paragraph margin - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-06-03 18:54:49 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-06-03 18:54:49 -0300
commit69e016ca53189d61feb7b0e7be3dca8b6df3e9e8 (patch)
tree98c64408a5301815805b572adffc7be39418f42a
parentda969380dd481287c9532e9d85b181747e615ade (diff)
css: make sure general <center> gets paragraph margin
-rw-r--r--src/static/css/site.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index 295f1c5c..ab30c3a9 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -1149,6 +1149,11 @@ a.align-center, img.align-center {
   margin-right: auto;
 }
 
+center {
+  margin-top: 1em;
+  margin-bottom: 1em;
+}
+
 .content-image {
   display: inline-block !important;
 }