diff --git a/style.css b/style.css index db24f60..4c405f2 100755 --- a/style.css +++ b/style.css @@ -176,7 +176,7 @@ header.site-header h1 a { background: #feb83e url("images/logo.png") center no-repeat; border: 1px solid rgba(0,0,0,0.1); border-top: 0; - background-size: cover; + background-size: 0 70%; height: 150px; text-indent: -10000em; display: block; diff --git a/style.styl b/style.styl index 227d2a7..16527fd 100755 --- a/style.styl +++ b/style.styl @@ -168,7 +168,7 @@ header.site-header background: #feb83e url('images/logo.png') center no-repeat; border: 1px solid rgba(0,0,0,.1); border-top: 0; - background-size: cover; + background-size: 0 70%; height: 150px; text-indent: -10000em; display: block;