Skip to content

Commit

Permalink
FAQ: Removed border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMikes committed Jan 26, 2025
1 parent 05edbf8 commit a7967ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,11 @@ canvas {
margin-right: 2px;
}

.accordion-faq {
border-radius: 0 !important;
}

.accordion-faq .accordion-item {
border: 0 !important;
border-radius: 0 !important;
}

0 comments on commit a7967ee

Please sign in to comment.