From cf1ece579e49b2d429ae686bd1f842f30f48a607 Mon Sep 17 00:00:00 2001 From: Michael Bradley <9048525+TheDocTrier@users.noreply.github.com> Date: Thu, 10 Jun 2021 04:45:27 -0700 Subject: [PATCH] Stop changing display style of summary to block --- assets/css/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 08d5202..51b497a 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -49,8 +49,7 @@ hgroup, main, menu, nav, -section, -summary { +section { display: block; }