style: add 20px margin to faq accordion

This commit is contained in:
Oliver Booth 2023-08-16 15:17:48 +01:00
parent e5fd4b106e
commit 7dc9c4c6f7
Signed by: oliverbooth
GPG Key ID: B89D139977693FED
1 changed files with 4 additions and 0 deletions

View File

@ -251,4 +251,8 @@ a.bmc-btn {
.text-orange {
color: #f60 !important;
}
.accordion.faq {
margin: 20px 0;
}