From ce8c6899b86c8bfac5ac7c41bb7523307f203823 Mon Sep 17 00:00:00 2001 From: Jai Purandare Date: Sun, 18 May 2025 04:08:10 +0000 Subject: [PATCH 1/2] Fix-Modified the brand image height to auto to fix distortion on Safari and mobile devices --- PyBay/webpack/scss/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyBay/webpack/scss/main.scss b/PyBay/webpack/scss/main.scss index 39d0826..9ab565f 100644 --- a/PyBay/webpack/scss/main.scss +++ b/PyBay/webpack/scss/main.scss @@ -1059,7 +1059,7 @@ iframe[src*="player.vimeo.com"]{ padding: 0px; /* firefox bug fix */ } .navbar-brand>img { - height: 100%; + height: auto; /* height: 100% was causing logo image distortion on Safari and mobile devices */ padding: 15px; /* firefox bug fix */ width: auto; max-width: 240px; From fc582b0cf2c76a184e6af148693f148c8da12239 Mon Sep 17 00:00:00 2001 From: Jai Purandare Date: Sun, 18 May 2025 06:58:25 +0000 Subject: [PATCH 2/2] Fix-Redirecting /sponsors page to /sponsor-us --- PyBay/content/sponsors/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyBay/content/sponsors/contents.lr b/PyBay/content/sponsors/contents.lr index 2e8f413..e4928b8 100644 --- a/PyBay/content/sponsors/contents.lr +++ b/PyBay/content/sponsors/contents.lr @@ -2,7 +2,7 @@ _model: redirect --- title: Sponsors --- -target: ../sponsors/our-sponsors/ +target: ../sponsors/sponsor-us/ --- short: Sponsors ---