1
0
forked from noxious/client

Changed rem to px aside from font-size

Good code practice
This commit is contained in:
2024-06-04 22:34:51 +02:00
parent 4f96fb5824
commit d0450ca673
9 changed files with 49 additions and 49 deletions

View File

@ -24,7 +24,7 @@ h1, h2, h3, h4, h5, h6 {
}
p, span, li, a, button, label {
font-family: Arial, sans-serif;
font-family: Helvetica, Arial, sans-serif;
color: $white;
}