diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/hugo-pt2021/assets/style.sass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/hugo-pt2021/assets/style.sass b/themes/hugo-pt2021/assets/style.sass index 3b3fbb6..27fe5be 100644 --- a/themes/hugo-pt2021/assets/style.sass +++ b/themes/hugo-pt2021/assets/style.sass @@ -48,8 +48,8 @@ // @import "bulma-0.9.3/sass/components/panel" // @import "bulma-0.9.3/sass/components/tabs" -// grid -// @import "bulma-0.9.3/sass/grid/_all" +// grid (reenabled, used for images) +@import "bulma-0.9.3/sass/grid/_all" // helpers @import "bulma-0.9.3/sass/helpers/_all" |