Skip to content

Commit 54a87c9

Browse files
HerrBertlingMarkus Siering
authored and
Markus Siering
committed
fix($theme-default): set display block on main tag for IE11
refs vuejs#1154
1 parent 4731a89 commit 54a87c9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/@vuepress/theme-default/components/Home.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export default {
7575
padding $navbarHeight 2rem 0
7676
max-width 960px
7777
margin 0px auto
78+
display block
7879
.hero
7980
text-align center
8081
img

packages/@vuepress/theme-default/components/Page.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ function find (page, items, offset) {
197197
198198
.page
199199
padding-bottom 2rem
200+
display block
200201
201202
.page-edit
202203
@extend $wrapper

0 commit comments

Comments
 (0)