diff --git a/app/views/layouts/crawler.html.erb b/app/views/layouts/crawler.html.erb
index 82091e39832..a2dfcf11a0b 100644
--- a/app/views/layouts/crawler.html.erb
+++ b/app/views/layouts/crawler.html.erb
@@ -12,7 +12,8 @@
     <%= yield :head %>
     <style>
       header img {
-        max-width: 90%;
+        max-width: 90% !important;
+        padding-bottom: 10px;
       }
 
       img { max-width: 100%; width: auto; height: auto; }