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
&>img {
.logo {
display: block;
max-width: 100%;
margin-bottom: $logo-margin;
}
&>.search {
@@ -102,10 +103,6 @@ html, body {
}
}
.logo {
margin-bottom: $logo-margin;
}
.search-results {
margin-top: 0;
box-sizing: border-box;