style(base.css): remove unnecessary margin from accordion item
All checks were successful
Build and Deploy Static Site / build (push) Successful in 1m0s

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.
This commit is contained in:
Kumi 2024-08-04 15:27:36 +02:00
parent ccbe1b600d
commit 450afcbe6d
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -288,7 +288,6 @@ h5 {
.accordion-item {
border-bottom: 1px solid #ddd;
margin-bottom: 1rem;
}
.accordion-header {