Compare commits

..

2 Commits

Author SHA1 Message Date
28592fd2d6 Merge pull request 'TIST-9: updated font size for faq' (#4) from TIST-9 into develop
Reviewed-on: #4
2025-06-15 21:38:45 +02:00
David Katrinka
9b45f69a8f TIST-9: updated font size for faq 2025-06-15 20:14:08 +02:00

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;
}