From 3c2f5e7979a70e513a62bc8c8ffeed27de447a6c Mon Sep 17 00:00:00 2001 From: "Diego OJeda (BinBash)" <38356409+diego-ojeda-binbash@users.noreply.github.com> Date: Mon, 3 Apr 2023 07:51:17 -0300 Subject: [PATCH] =?UTF-8?q?Fix=20the=20height=20of=20the=20logo=20as=20it?= =?UTF-8?q?=20was=20covering=20the=20'First=20steps'=20link=20=E2=80=A6=20?= =?UTF-8?q?(#165)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix the height of the logo as it was covering the 'First steps' link making it really hard to click --- material/overrides/main-styles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/material/overrides/main-styles.html b/material/overrides/main-styles.html index dfa002f3..3e68b0b1 100644 --- a/material/overrides/main-styles.html +++ b/material/overrides/main-styles.html @@ -687,7 +687,7 @@ .md-header__title .md-header__ellipsis .md-header__topic{ background-image: url(../assets/images/logos/binbash-nav-icon.svg); - height: 70px; + height: 40px; width: 150px; background-repeat: no-repeat; margin-top: 10px;