From 724e9edff439426952d9ce4e6357929fc24c7ccb Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Fri, 29 Nov 2024 20:04:37 -0700 Subject: [PATCH] feat: Rework footer to be simpler --- assets/styles/millironx.css | 10 ++++++ layouts/_default/baseof.html | 68 ++++++++---------------------------- 2 files changed, 25 insertions(+), 53 deletions(-) diff --git a/assets/styles/millironx.css b/assets/styles/millironx.css index edeec7b..136e6c6 100644 --- a/assets/styles/millironx.css +++ b/assets/styles/millironx.css @@ -121,6 +121,16 @@ blockquote small { font-size: 80%; } +footer { + background-color: light-dark(lightgray, dimgray); + margin: 0 0 -1em -1em; + width: calc(100% - 1em); + padding: 0.25em 1.25em; + display: flex; + justify-content: space-between; + align-items: center; +} + /* Container-type helper classes */ diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index c051223..601c014 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -31,57 +31,21 @@ {{ end }} -