From 5cf9ec57475f0ea42e6c8f6c9d7377d543b5f703 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Wed, 10 Aug 2022 15:43:42 -0400 Subject: public/css/tdro: Margin bottom on unordered lists --- public/css/tdro.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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, -- cgit v1.2.3