aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-pt2021
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2024-05-27 18:30:24 -0400
committerPaul Duncan <pabs@pablotron.org>2024-05-27 18:30:24 -0400
commit3ca6ff9e361c7106e48b76cebc5902461c07dbc1 (patch)
tree0eff2dd1aa8b1b52d48d924dc2fbe1d4ae9bdb42 /themes/hugo-pt2021
parentcdd9bea735295958ff77f714b53085dad4e17a02 (diff)
downloadpablotron.org-3ca6ff9e361c7106e48b76cebc5902461c07dbc1.tar.bz2
pablotron.org-3ca6ff9e361c7106e48b76cebc5902461c07dbc1.zip
themes/hugo-pt2021/assets/style.sass: reenable grid (for columns used by image carousel)
Diffstat (limited to 'themes/hugo-pt2021')
-rw-r--r--themes/hugo-pt2021/assets/style.sass4
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"