Skip to content

Commit 0d18351

Browse files
authored
Merge pull request #170 from OpenSourceOrg/issue/111-fix-stretched-logo-image
Fix image width issue on Safari
2 parents e1d326e + 4caa2aa commit 0d18351

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

themes/osi/assets/scss/_6_components.header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
// all logos
6363
max-width: 300px;
6464
height: auto;
65-
width: 100%;
65+
width: auto;
6666
transform: translateZ(0); // chrome blurry fix
6767
transition: all .3s;
6868
}

themes/osi/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)