mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-01-12 17:02:55 +08:00
Fix bug where wrapping the logo in an <a> tag would brake it
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user