Skip to content

Commit 4caa2aa

Browse files
committed
Fix image width issue on Safari
1 parent e1d326e commit 4caa2aa

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)