Footer has no margin/padding #1
Labels
No labels
enhancement
problem
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: gil/site#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The global footer does not have any margin or padding applied, so it touches the edge of the browser window. This happens on all devices and browsers.
Probably need to just add styling and/or rearrange the Nunjucks template.
Resolved yesterday with addition of
.footer_main
class (now.footer-main
).