-
-
Notifications
You must be signed in to change notification settings - Fork 18
Determine how best to remove the 24px margin from default page template #200
Copy link
Copy link
Open
Labels
🏷 status: label work requiredNeeds proper labelling before it can be worked onNeeds proper labelling before it can be worked on💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🕹 aspect: interfaceConcerns end-users' experience with the softwareConcerns end-users' experience with the software🚧 status: blockedBlocked & therefore, not ready for workBlocked & therefore, not ready for work
Metadata
Metadata
Assignees
Labels
🏷 status: label work requiredNeeds proper labelling before it can be worked onNeeds proper labelling before it can be worked on💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🕹 aspect: interfaceConcerns end-users' experience with the softwareConcerns end-users' experience with the software🚧 status: blockedBlocked & therefore, not ready for workBlocked & therefore, not ready for work
Type
Projects
Status
Backlog
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