quick fix of a sass warning

This commit is contained in:
Jason Gao 2023-03-01 20:32:44 -05:00
parent 7e6f8f8af0
commit 2d216d1012

View file

@ -396,7 +396,7 @@ figure {
#preamble {
h1 {
margin: 0 0 1em 0;
font-size: ($font-XXL / 4) * 3; // XXL's three-fourths
font-size: calc($font-XXL / 4) * 3; // XXL's three-fourths
}
p {
margin: 0 0 .25em 0;