Skip to content

Commit a9f045a

Browse files
authored
Merge pull request #171 from OpenSourceOrg/fix/logo-overlap-mobile
Give logo a max width on mobile
2 parents 0d18351 + 4358962 commit a9f045a

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
width: auto;
6666
transform: translateZ(0); // chrome blurry fix
6767
transition: all .3s;
68+
@media only screen and (max-width: #{$break-small}) {
69+
max-width: 180px;
70+
}
6871
}
6972

7073
.hide-mobile {

themes/osi/style.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)