aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-06-01 19:28:00 -0400
committerThedro Neely <thedroneely@gmail.com>2021-06-01 19:28:00 -0400
commit9b53e8c0d5002a808d1eea9485041e8f38259c65 (patch)
tree7f7f6e463a318739604324614d0dc21bdf5e0893 /public
parent4d2f43af2129986769eb34a4ea12e1f24396b3c2 (diff)
downloadthedroneely.com-9b53e8c0d5002a808d1eea9485041e8f38259c65.tar.gz
thedroneely.com-9b53e8c0d5002a808d1eea9485041e8f38259c65.tar.bz2
thedroneely.com-9b53e8c0d5002a808d1eea9485041e8f38259c65.zip
public/css/tdro: Offset ordered list margin more
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 086d4d6..84f3f09 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -3773,7 +3773,7 @@ a:hover { border-bottom: 2px solid #999; }
ol {
counter-reset: ol;
- margin-left: 2.75rem;
+ margin-left: 4rem;
margin-top: 1.5rem;
}