Skip to content

Commit

Permalink
Updated the css code
Browse files Browse the repository at this point in the history
  • Loading branch information
teshukatepalli1 committed Dec 27, 2023
1 parent 7fed604 commit 9751da0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions blocks/accordion/accordion.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,20 @@ main .expand-btn, .collapse-btn {
text-decoration: none;
}

/* Mobile */
@media (max-width: 380px) {
main .accordion.faq-accordion .faq-answer.active {
overflow-x: auto;
}
}

@media (max-width: 540px) {
main .accordion.faq-accordion .faq-answer.active table td{
font-size: 11px!important;
padding: 7px 6px;
}
}

/* Tablet */
@media only screen and (min-width: 768px) {
main .accordion {
Expand Down

0 comments on commit 9751da0

Please sign in to comment.