Skip to content

Commit e9c2f76

Browse files
committed
Fix IE 11 not showing large screen content
1 parent 2a89384 commit e9c2f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/sass/modules/_responsive.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414

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

1919
/**

0 commit comments

Comments
 (0)