Merge pull request 'TIST-9: updated font size for faq' (#4) from TIST-9 into develop

Reviewed-on: #4
This commit is contained in:
steve_dekart 2025-06-15 21:38:45 +02:00
commit 28592fd2d6

View File

@ -486,7 +486,7 @@ hr {
}
.faq-question{
font-family: var(--title-font);
font-size: 18px;
font-size: 24px;
color: var(--title-color);
margin-bottom: 10px;
}