aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-08-10 17:20:08 -0400
committerThedro Neely <thedroneely@gmail.com>2022-08-10 17:20:08 -0400
commit06b6ce76bddd3be03be344b272e4c62715f10bdc (patch)
tree0bed5f3b6f10c79bd554bc137bc76af99d08d7f7
parentd911fecb6e8946ab10daa7682b5871a309c8845c (diff)
downloadthedroneely.com-06b6ce76bddd3be03be344b272e4c62715f10bdc.tar.gz
thedroneely.com-06b6ce76bddd3be03be344b272e4c62715f10bdc.tar.bz2
thedroneely.com-06b6ce76bddd3be03be344b272e4c62715f10bdc.zip
public/css/tdro: Add definition lists
-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,