Skip to content

Commit

Permalink
Fix logo size on Firefox, closes #558
Browse files Browse the repository at this point in the history
  • Loading branch information
fhemberger committed Mar 7, 2016
1 parent c3cec75 commit b008106
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions layouts/css/base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ img
display block
max-width 100%

.logos &
// Fixes logo size on Firefox, see:
// https://github.com/nodejs/nodejs.org/issues/558
width: 100%


code
background-color $light-gray3
Expand Down

0 comments on commit b008106

Please sign in to comment.