Skip to content

Commit

Permalink
Fix the height of the logo as it was covering the 'First steps' link … (
Browse files Browse the repository at this point in the history
#165)

Fix the height of the logo as it was covering the 'First steps' link making it really hard to click
  • Loading branch information
diego-ojeda-binbash authored Apr 3, 2023
1 parent 6cd62c2 commit 3c2f5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion material/overrides/main-styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3c2f5e7

Please sign in to comment.