Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit e95a16d

Browse files
committed
Fix bug where wrapping the logo in an <a> tag would brake it
1 parent 48807d7 commit e95a16d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

source/stylesheets/screen.css.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ html, body {
7272
}
7373

7474
// This is the logo at the top of the ToC
75-
&>img {
75+
.logo {
7676
display: block;
7777
max-width: 100%;
78+
margin-bottom: $logo-margin;
7879
}
7980

8081
&>.search {
@@ -102,10 +103,6 @@ html, body {
102103
}
103104
}
104105

105-
.logo {
106-
margin-bottom: $logo-margin;
107-
}
108-
109106
.search-results {
110107
margin-top: 0;
111108
box-sizing: border-box;

0 commit comments

Comments
 (0)