Accordion Element Style - add bottom margin padding to content
open up padding under the content of an accordion
.el-item > .uk-accordion-content {
margin-bottom: 20px;
}
- Hits: 8
open up padding under the content of an accordion
.el-item > .uk-accordion-content {
margin-bottom: 20px;
}