mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Add some margin to the bottom of pages
This commit is contained in:
parent
1fb770080d
commit
c1e3732f9c
3 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: layouts/home.njk
|
layout: layouts/home.njk
|
||||||
|
contentClass: expand
|
||||||
---
|
---
|
||||||
|
|
||||||
{% banner
|
{% banner
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ eleventyNavigation:
|
||||||
key: Über uns
|
key: Über uns
|
||||||
order: 100
|
order: 100
|
||||||
extraStylesheets: ['timeline']
|
extraStylesheets: ['timeline']
|
||||||
|
contentClass: expand
|
||||||
---
|
---
|
||||||
|
|
||||||
# Über uns
|
# Über uns
|
||||||
|
|
|
||||||
|
|
@ -35,3 +35,7 @@
|
||||||
background-color: colors.$teal-500;
|
background-color: colors.$teal-500;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main:not(.expand) + .page-section.footer {
|
||||||
|
margin-top: layout.$huge-gap;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue