From c15b142b18dcdc7f5ab6d5f1afca8ae1696692cc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 7 May 2024 17:33:06 +0200 Subject: feat: search one set of options --- frontend/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'frontend/static/style.css') diff --git a/frontend/static/style.css b/frontend/static/style.css index 45cff6a..fd096b0 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -21,6 +21,10 @@ dd { margin-inline-start: 1rem; } +dd > p { + margin: unset; +} + dl { display: grid; align-items: baseline; -- cgit 1.4.1