diff --git a/docs/_includes/custom/FAQ/faq_template.html b/docs/_includes/custom/FAQ/faq_template.html index acb66e7..c18504f 100644 --- a/docs/_includes/custom/FAQ/faq_template.html +++ b/docs/_includes/custom/FAQ/faq_template.html @@ -14,7 +14,7 @@ .accordion .question { position: relative; padding: 5px 0; - fonsize: 30px; + font-size: 30px; cursor: pointer; } @@ -24,7 +24,7 @@ position: absolute; top: 50%; right:5px; - fonsize: 30px; + font-size: 30px; transform: translateY50%); } @@ -32,8 +32,8 @@ .accordion .answer { position: relative; height: 0; - fonsize: 20px; - texalign: justify; + font-size: 20px; + text-align: justify; width: 100%; transition: 0.5s; overflow: hidden; @@ -42,7 +42,7 @@ /* Adds a horizontal line between the contents */ .accordion hr { width: 100%; - margileft: 0; + margin-left: 0; border: 1px solid grey; } @@ -54,7 +54,7 @@ /* Changes from plus sign to negative sign once active */ .accordion .container.active .question::before { content: ''; - fonsize: 30px; + font-size: 30px; }

Frequently Asked Questions
Welcome to our FAQ!