mirror of
https://github.com/danbulant/api_docs
synced 2026-06-18 13:51:06 +00:00
Fix bug where wrapping the logo in an <a> tag would brake it
This commit is contained in:
parent
48807d74c9
commit
e95a16d55f
1 changed files with 2 additions and 5 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue