Skip to content
This repository was archived by the owner on May 23, 2018. It is now read-only.

Commit 4d9f604

Browse files
committed
Merge pull request #441 from iamtakashi/fix-site-logo
Avoid overflowing wide custom logo in small screens in Firefox and IEs. Fixes #440.
2 parents ada1eda + 0dbeb78 commit 4d9f604

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,6 +1555,10 @@ blockquote:after,
15551555

15561556
.site-branding {
15571557
margin: 0.875em auto 0.875em 0;
1558+
/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
1559+
max-width: 100%;
1560+
min-width: 0;
1561+
overflow: hidden;
15581562
}
15591563

15601564
.custom-logo-link {

0 commit comments

Comments
 (0)