From 1bf02a6089e5733dd211c4b5427fff5dda9a6c2a Mon Sep 17 00:00:00 2001 From: Allen Lee Date: Mon, 24 Feb 2025 17:57:05 -0700 Subject: [PATCH] fix: make sloan logo responsive switch to 60% max-width to line up better with DRAC logo --- assets/scss/main.scss | 4 ++-- layouts/partials/footer.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/scss/main.scss b/assets/scss/main.scss index e4cb9373..4544b966 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -36,8 +36,8 @@ footer { min-height: 160px; .logo { - max-width: 100%; - height: 60%; + max-width: 60%; + height: auto; } a { diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 6680c792..3b0c1408 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -5,9 +5,9 @@
- This work was enabled in part by generous support from - the Digital Research Alliance of Canada - and the Alfred P. Sloan Foundation. + This work was enabled in part by generous support from the Alfred P. Sloan Foundation + and the Digital Research Alliance of Canada. +
{{ with .Site.Params.copyright }}© {{ now.Year }} {{ .}} {{ T "footer_all_rights_reserved" }}{{ end }}