Skip to content

Commit

Permalink
Merge pull request #142 from Kyutech-C3/develop
Browse files Browse the repository at this point in the history
[change] マークダウンないの画像の縦横比が崩れるバグの修正
  • Loading branch information
Simo-C3 authored Dec 20, 2022
2 parents fd35352 + a0213b0 commit 5392697
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/commons/MarkdownView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,14 @@ th {
.markdown p img,
iframe {
width: 90vw !important;
height: 50vw !important;
border-radius: 10px !important;
margin: 2rem auto;
max-width: none !important;
max-height: none !important;
}
iframe {
height: 50vw !important;
}
.markdown p,
blockquote {
width: 95%;
Expand Down

0 comments on commit 5392697

Please sign in to comment.