diff --git a/themes/osi/assets/scss/_6_components.header.scss b/themes/osi/assets/scss/_6_components.header.scss index c88407c..f5d93c5 100755 --- a/themes/osi/assets/scss/_6_components.header.scss +++ b/themes/osi/assets/scss/_6_components.header.scss @@ -62,7 +62,7 @@ // all logos max-width: 300px; height: auto; - width: 100%; + width: auto; transform: translateZ(0); // chrome blurry fix transition: all .3s; } diff --git a/themes/osi/style.css b/themes/osi/style.css index 416ae5d..8dad8f1 100755 --- a/themes/osi/style.css +++ b/themes/osi/style.css @@ -2089,7 +2089,7 @@ footer .widget_nav_menu .menu a:hover, footer .widget_nav_menu .menu a:focus { .header-main .header--inner .header--blog-name img { max-width: 300px; height: auto; - width: 100%; + width: auto; transform: translateZ(0); transition: all 0.3s; }