fix nested list exponential font size application

This commit is contained in:
Xevion
2020-08-18 23:04:53 -05:00
parent a8762970da
commit b7a81cf96a

View File

@@ -47,7 +47,7 @@ html {
p, li {
@extend .open-sans;
font-size: 1.3em;
font-size: 1.3rem;
}
}