From a4837f81433bc52634dcad710fd87fed1f7c9b72 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Mon, 15 Jul 2024 16:00:09 -0400 Subject: [PATCH] Small styling tweak --- public/css/elements.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/css/elements.css b/public/css/elements.css index 57a49cb..c7c4fe6 100644 --- a/public/css/elements.css +++ b/public/css/elements.css @@ -76,3 +76,5 @@ table, th, td { border: 0.15em dotted black; text-align: center; } + +summary { margin: 1em 0 1em 0; }