mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-01-28 06:08:02 -08:00
update division operator to be used with calc
This commit is contained in:
@@ -142,7 +142,7 @@ $font-size: 2rem;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.para {
|
.para {
|
||||||
padding: $padding / 2;
|
padding: calc($padding / 2);
|
||||||
font-size: $font-size - 1;
|
font-size: $font-size - 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user