style(base.css): remove unnecessary margin from accordion item
All checks were successful
Build and Deploy Static Site / build (push) Successful in 1m0s
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:
parent
ccbe1b600d
commit
450afcbe6d
1 changed files with 0 additions and 1 deletions
|
@ -288,7 +288,6 @@ h5 {
|
|||
|
||||
.accordion-item {
|
||||
border-bottom: 1px solid #ddd;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.accordion-header {
|
||||
|
|
Loading…
Reference in a new issue