From 60b013a30f4f1ac3fc8ca110b2e8fc6868dcc260 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Sun, 5 Jan 2025 13:29:24 -0500 Subject: [PATCH] Footer style edit --- assets/css/style.css | 5 +++++ layouts/partials/footer.html | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 059a4fb..08e4fc1 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -404,6 +404,11 @@ footer a:link, footer a:visited, footer a:hover, footer a:active { text-align: left; } +.footer-nav { + column-count: 2; + column-gap: 2rem; +} + /* END FOOTER */ /* diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 9de0f61..074f390 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -7,7 +7,7 @@