Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
fix(docs): fix the dimension of the images
Browse files Browse the repository at this point in the history
  • Loading branch information
juliomrqz committed Jun 13, 2019
1 parent cc648a0 commit 83b6705
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/docs/src/.vuepress/styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
height auto
max-height: 200px !important

.theme-default-content:not(.custom) img
height: auto;

.page .content p img
max-width 100%
height auto
Expand Down

0 comments on commit 83b6705

Please sign in to comment.