From 1be98b06632603e719caadcf93079f81d7ea8f1a Mon Sep 17 00:00:00 2001 From: Lyn Fugmann Date: Mon, 23 Sep 2024 14:37:40 +0200 Subject: [PATCH] css refactoring --- _includes/footer.css | 3 --- _includes/footer.njk | 2 +- _includes/header.css | 10 +++------- _includes/header.njk | 2 +- _includes/page.css | 20 +++++++++++--------- _includes/page.njk | 2 +- 6 files changed, 17 insertions(+), 22 deletions(-) diff --git a/_includes/footer.css b/_includes/footer.css index fa02388..887f27d 100644 --- a/_includes/footer.css +++ b/_includes/footer.css @@ -15,9 +15,6 @@ footer { } .footer-container { - max-width: var(--page-width); - margin-left: auto; - margin-right: auto; display: grid; grid-template-columns: auto auto; grid-auto-flow: column; diff --git a/_includes/footer.njk b/_includes/footer.njk index 3f6468d..e54f022 100644 --- a/_includes/footer.njk +++ b/_includes/footer.njk @@ -1,5 +1,5 @@