Fix minor HTML and CSS formatting issues across files
Removed redundant closing tags in HTML and updated font-family declarations in CSS to include a fallback. These changes ensure better code consistency and avoid potential rendering issues.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
.custom-faq-question::after {
|
||||
content: "\f078";
|
||||
font-family: 'Font Awesome 6 Pro';
|
||||
font-family: 'Font Awesome 6 Pro', sans-serif;
|
||||
font-weight: 100;
|
||||
font-size: 1rem;
|
||||
position: absolute;
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
.custom-faq-question.active::after {
|
||||
content: "\f077";
|
||||
font-family: 'Font Awesome 6 Pro';
|
||||
font-family: 'Font Awesome 6 Pro', sans-serif;
|
||||
font-weight: 100;
|
||||
font-size: 1rem;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user