Add some margin to the bottom of pages

This commit is contained in:
Yannik Rödel 2022-03-18 19:11:18 +01:00
parent 1fb770080d
commit c1e3732f9c
3 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,6 @@
---
layout: layouts/home.njk
contentClass: expand
---
{% banner

View file

@ -4,6 +4,7 @@ eleventyNavigation:
key: Über uns
order: 100
extraStylesheets: ['timeline']
contentClass: expand
---
# Über uns

View file

@ -35,3 +35,7 @@
background-color: colors.$teal-500;
}
}
main:not(.expand) + .page-section.footer {
margin-top: layout.$huge-gap;
}