diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index c3814b3..48dd009 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -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;