diff options
author | Paul Duncan <pabs@pablotron.org> | 2024-05-27 18:30:24 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2024-05-27 18:30:24 -0400 |
commit | 3ca6ff9e361c7106e48b76cebc5902461c07dbc1 (patch) | |
tree | 0eff2dd1aa8b1b52d48d924dc2fbe1d4ae9bdb42 /themes/hugo-pt2021/assets/style.sass | |
parent | cdd9bea735295958ff77f714b53085dad4e17a02 (diff) | |
download | pablotron.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/assets/style.sass')
-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" |