From b7f7a95d38d08998bb61b0424a2f38066aead6bc Mon Sep 17 00:00:00 2001 From: Diego OJ Date: Sat, 1 Apr 2023 17:50:37 -0300 Subject: [PATCH] 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;