Skip to content

Commit 4be74d7

Browse files
authored
Merge pull request #90 from jen67/newapp
more adjustments
2 parents 0fa738c + 12842e5 commit 4be74d7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

faq-accordion-card-main/style.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@
2222
--fs: 12px;
2323
}
2424

25-
*{
25+
html{
26+
font-size:100%;
27+
}
28+
29+
*,
30+
::before,
31+
::after{
2632
margin: 0;
2733
padding: 0;
2834
box-sizing: border-box;

0 commit comments

Comments
 (0)