Fix typo in injected CSS

This commit is contained in:
Keegan Rankin 2024-04-13 21:05:03 -07:00
parent ec0ca4c12f
commit d67da11e4d

View file

@ -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