WIP: Improved transition from content to footer a bit. Not a final solution :(

This commit is contained in:
Stephan 2021-03-17 20:19:35 +01:00
parent e66422ae1e
commit 7116e96a56

View File

@ -809,6 +809,7 @@ hr.-even {
footer { footer {
background-color: var(--wtf-footer-grey); background-color: var(--wtf-footer-grey);
color: var(--wtf-nearly-white); color: var(--wtf-nearly-white);
margin-top: 5rem;
padding: 0 0 3% 0; padding: 0 0 3% 0;
display: grid; display: grid;
grid-template-rows: 46px auto; grid-template-rows: 46px auto;