From 450afcbe6dfc70204e2b9a0d777f34404e1e1451 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 4 Aug 2024 15:27:36 +0200 Subject: [PATCH] style(base.css): remove unnecessary margin from accordion item Eliminated the margin-bottom from .accordion-item class to improve layout consistency and avoid unwanted spacing issues in the accordion component. This helps in aligning the design more closely with modern UI standards and ensures better visual harmony across different sections. --- assets/css/base.css | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/css/base.css b/assets/css/base.css index e03c2e4..0098539 100644 --- a/assets/css/base.css +++ b/assets/css/base.css @@ -288,7 +288,6 @@ h5 { .accordion-item { border-bottom: 1px solid #ddd; - margin-bottom: 1rem; } .accordion-header {