From e7db6c7f7d5868fcfad8f17c7327d86a5bcf614e Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Thu, 7 Mar 2024 09:17:25 -0500 Subject: [PATCH] Mobile footer --- themes/v2/assets/css/style.scss | 14 ++++++++++++++ themes/v2/layouts/partials/footer.html | 22 ++++++++++++++-------- 2 files changed, 28 insertions(+), 8 deletions(-) diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss index 8bd578c..f283cde 100644 --- a/themes/v2/assets/css/style.scss +++ b/themes/v2/assets/css/style.scss @@ -84,6 +84,20 @@ footer { } } +@media only screen and (max-width: 600px) { + footer { + text-align: left; + + a { + display: block; + } + + .mobile-hidden { + display: none; + } + } +} + sup { line-height: 0; font-size: 0.8em; diff --git a/themes/v2/layouts/partials/footer.html b/themes/v2/layouts/partials/footer.html index b5b0e80..2d2ea6a 100644 --- a/themes/v2/layouts/partials/footer.html +++ b/themes/v2/layouts/partials/footer.html @@ -1,14 +1,20 @@