From 27f3395774e0f4af9a9ee3c6529f234201f5acb4 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Sun, 21 Nov 2021 11:52:09 +0100 Subject: [PATCH] fix margins on descriptions --- style/shiny/single.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/shiny/single.css b/style/shiny/single.css index 0c1deca..fe83641 100644 --- a/style/shiny/single.css +++ b/style/shiny/single.css @@ -158,7 +158,7 @@ } #info h2, #info ul, #info ol, #info p, #info dl, #info details { - margin: 0.35em; + margin: 0.35em 0; } #info details > * {