Subtheming Octavia to customize Drutopia
To see the original, we can grep
grep -nHR hero-body node_modules/bulma/sass/
Which gives us four matches on “.hero-body”, all in the exceptionally expectedly named file node_modules/bulma/sass/layout/hero.sass
.
Here we can confirm that the style in question is defined using a hard-coded number:
.hero-body
flex-grow: 1
flex-shrink: 0
padding: 3rem 1.5rem
https://ffwagency.com/digital-strategies-blog/power-extending-twig-templates