aboutsummaryrefslogtreecommitdiff
path: root/templates/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'templates/style.css')
-rw-r--r--templates/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/style.css b/templates/style.css
index 4831c1a..53a7974 100644
--- a/templates/style.css
+++ b/templates/style.css
@@ -62,6 +62,11 @@ div[id='Top Heading'] + ul li {
width: 10em;
}
+.side {
+ display: flex;
+ justify-content: space-around;
+}
+
/*
p, pre, blockquote, table, ul, ol, dl {margin-top: 1em; margin-bottom: 1em;}
ul ul, ul ol, ol ol, ol ul {margin-top: 0.5em; margin-bottom: 0.5em;}