From 3ca6ff9e361c7106e48b76cebc5902461c07dbc1 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 27 May 2024 18:30:24 -0400 Subject: themes/hugo-pt2021/assets/style.sass: reenable grid (for columns used by image carousel) --- themes/hugo-pt2021/assets/style.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/hugo-pt2021/assets') 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" -- cgit v1.2.3