mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
fix: there is no module with the namespace "math"
Signed-off-by: Darren <git@darrennathanael.com>
This commit is contained in:
parent
6bb64b096f
commit
fe336b9bde
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ header {
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
width: 2 * $columnWidth;
|
width: 2 * $columnWidth;
|
||||||
margin-left: math.div($columnGap, 2);
|
margin-left: calc($columnGap / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
Loading…
Reference in a new issue