Skip to content

Commit

Permalink
Fix IE 11 not showing large screen content
Browse files Browse the repository at this point in the history
  • Loading branch information
philwareham committed Feb 22, 2019
1 parent 2a89384 commit e9c2f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/sass/modules/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}

.screen-large {
display: initial; // TODO: use `display: revert` when browser support is widespread.
display: block; // TODO: use `display: revert` when browser support is widespread.
}

/**
Expand Down

0 comments on commit e9c2f76

Please sign in to comment.