Currently, the default page template has a container class that adds 24px of the bottom margin. This causes an empty white bar to appear between the page content and the footer.

We added the content class with the idea that it would cause typical HTML elements to behave as expected since Bulma contains a minireset.css that removes HTML default styles like margin and padding.
It is worth considering that our page template already defines main-content and entry-page-content elements that may make the Bulma content class unnecessary in that context.

Task
Currently, the default page template has a
containerclass that adds 24px of the bottom margin. This causes an empty white bar to appear between the page content and the footer.We added the
contentclass with the idea that it would cause typical HTML elements to behave as expected since Bulma contains aminireset.cssthat removes HTML default styles like margin and padding.It is worth considering that our page template already defines
main-contentandentry-page-contentelements that may make the Bulmacontentclass unnecessary in that context.Task
main-contentandentry-page-contentclasses