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 --- 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;