Fix typo in injected CSS
This commit is contained in:
parent
ec0ca4c12f
commit
d67da11e4d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ code: |-
|
||||||
}
|
}
|
||||||
|
|
||||||
.columns:last-child {
|
.columns:last-child {
|
||||||
margin-bottom-0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
media: all
|
media: all
|
||||||
preprocess: true
|
preprocess: true
|
||||||
|
|
Loading…
Reference in a new issue