From 26e196e96510dd340cb16d7be66e0d3352cfabef Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Tue, 13 May 2025 11:15:09 -0700 Subject: [PATCH] WIP --- dist/app.css | 6 ++++++ dist/mix-manifest.json | 2 +- src/scss/footer.scss | 8 ++++++++ tpl/footer.tpl | 4 ++-- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/dist/app.css b/dist/app.css index 34b7fb1..b29fa16 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12128,6 +12128,12 @@ footer.sub-footer { padding: 1rem 0; font-size: 0.75rem; } +footer.sub-footer .image-wrapper { + flex-shrink: 0; +} +footer.sub-footer .image-wrapper img { + width: 100%; +} footer.sub-footer a { color: #333333; text-decoration: underline; diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 71b2f40..603585d 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=e87e05bd26822b1fc6dae092decfb838", - "/app.css": "/app.css?id=a9a241fa2d0c6d7df1aaeb94c49d6409" + "/app.css": "/app.css?id=36ae089ad115ea34a00d79f95fb8d453" } diff --git a/src/scss/footer.scss b/src/scss/footer.scss index e63f35a..5e4f1ae 100644 --- a/src/scss/footer.scss +++ b/src/scss/footer.scss @@ -42,6 +42,14 @@ footer.sub-footer { padding: 1rem 0; font-size: 0.75rem; + .image-wrapper { + flex-shrink: 0; + + img { + width: 100%; + } + } + a { color: $c-textGrey; text-decoration: underline; diff --git a/tpl/footer.tpl b/tpl/footer.tpl index c1f331b..76d036d 100644 --- a/tpl/footer.tpl +++ b/tpl/footer.tpl @@ -37,9 +37,9 @@