mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
quick fix of a sass warning
This commit is contained in:
parent
7e6f8f8af0
commit
2d216d1012
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue