templates/page.tmpl: do not use mt-auto to set content padding
All checks were successful
/ deploy (push) Successful in 24s

This commit is contained in:
Antoine Martin 2024-09-17 17:39:27 +00:00
parent fe8895cde5
commit 6742db609f
63 changed files with 159 additions and 159 deletions

View file

@ -13,8 +13,8 @@ a {
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container {
padding: 80px 15px 15px;
main > .container {
padding: 80px 15px 0;
}
.pagedate {