Skip to content

Commit

Permalink
Merge pull request kubernetes#58 from burningalchemist/fix-safari-layout
Browse files Browse the repository at this point in the history
Fix layout on Safari
  • Loading branch information
lucperkins authored Jan 20, 2020
2 parents 8662174 + 99e61e8 commit 2af00ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ $navbar-item-img-max-height: $navbar-height * 0.5
margin: 0 auto
figcaption

// Safari-specific attribute
.hero
display: -webkit-box

.is-hero-logo
+logo(60%, 30%)
Expand Down

0 comments on commit 2af00ea

Please sign in to comment.