aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-08-10 15:43:42 -0400
committerThedro Neely <thedroneely@gmail.com>2022-08-10 15:43:42 -0400
commit5cf9ec57475f0ea42e6c8f6c9d7377d543b5f703 (patch)
tree5c3ee6bda47dd8198c341c01fa97955a841b62d6
parente8020e0388688f04abb468329e35c29728db9637 (diff)
downloadthedroneely.com-5cf9ec57475f0ea42e6c8f6c9d7377d543b5f703.tar.gz
thedroneely.com-5cf9ec57475f0ea42e6c8f6c9d7377d543b5f703.tar.bz2
thedroneely.com-5cf9ec57475f0ea42e6c8f6c9d7377d543b5f703.zip
public/css/tdro: Margin bottom on unordered lists
-rw-r--r--public/css/tdro.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index a6d9b0e..ba5399a 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -204,7 +204,10 @@ figure {
ul {
list-style: none;
- margin-top: 1rem;
+}
+
+ul:not(:last-child) {
+ margin-bottom: 1rem;
}
h1,