aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/css/tdro.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index bcb3c70..8d69584 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -210,6 +210,28 @@ ul:not(:last-child) {
margin-bottom: 1rem;
}
+dl {
+ max-width: 36rem;
+ margin: 0 auto;
+ font-size: 110%;
+}
+
+dl:not(:last-child) {
+ margin-bottom: 1.5rem;
+}
+
+dt {
+ font-weight: 700;
+}
+
+dt:not(:first-child) {
+ margin-top: 1rem;
+}
+
+dd {
+ margin-left: 2rem;
+}
+
h1,
h2,
h3,