Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 2e96314

Browse files
mlzzenbillyyyyy3320
authored andcommitted
fix: text overflow on mobile (#56)
1 parent a689ada commit 2e96314

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

layouts/GlobalLayout.vue

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@ export default {
4141
</script>
4242

4343
<style lang="stylus">
44-
.content-wrapper
45-
padding 160px 15px 80px 15px
46-
min-height calc(100vh - 80px - 60px - 160px)
47-
max-width $contentWidth
48-
margin 0 auto
44+
#vuepress-theme-blog__global-layout
45+
word-wrap break-word
46+
.content-wrapper
47+
padding 160px 15px 80px 15px
48+
min-height calc(100vh - 80px - 60px - 160px)
49+
max-width $contentWidth
50+
margin 0 auto
4951
5052
@media (max-width: $MQMobile)
5153
.content-wrapper

0 commit comments

Comments
 (0)