Fix bug where wrapping the logo in an <a> tag would brake it

This commit is contained in:
Robert Lord 2017-11-23 13:09:21 -08:00
parent 48807d74c9
commit e95a16d55f

View file

@ -72,9 +72,10 @@ html, body {
} }
// This is the logo at the top of the ToC // This is the logo at the top of the ToC
&>img { .logo {
display: block; display: block;
max-width: 100%; max-width: 100%;
margin-bottom: $logo-margin;
} }
&>.search { &>.search {
@ -102,10 +103,6 @@ html, body {
} }
} }
.logo {
margin-bottom: $logo-margin;
}
.search-results { .search-results {
margin-top: 0; margin-top: 0;
box-sizing: border-box; box-sizing: border-box;