From 99e7d508a6158feed66040910a22282054cc5892 Mon Sep 17 00:00:00 2001 From: Justin Coyne <jcoyne@justincoyne.com> Date: Thu, 21 Nov 2024 12:29:00 -0600 Subject: [PATCH] Footer logo to 300px wide Ref #57 --- styles/footer.css | 3 +++ styles/header.css | 8 +++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/styles/footer.css b/styles/footer.css index 0c03b81..bb9a3d0 100644 --- a/styles/footer.css +++ b/styles/footer.css @@ -5,6 +5,9 @@ footer a { #pre-footer { background-color: var(--stanford-black); + .prefooter-logo { + width: 300px; + } } #su-footer { diff --git a/styles/header.css b/styles/header.css index f7ab36a..99f3501 100644 --- a/styles/header.css +++ b/styles/header.css @@ -19,10 +19,13 @@ } /* stylelint-enable selector-class-pattern */ -.navbar-logo, -.prefooter-logo { +.navbar-logo { --bs-navbar-brand-padding-y: 0; + width: 280px; +} +.navbar-logo, +.prefooter-logo { background-color: var(--sul-logo-color); mask-image: url("StanfordLibraries-logo.svg"); mask-repeat: no-repeat; @@ -30,7 +33,6 @@ overflow: hidden; text-indent: 100%; white-space: nowrap; - width: 280px; } .bg-dark.navbar,