diff --git a/src/layouts/post.vue b/src/layouts/post.vue index d4bb4b9..7535525 100644 --- a/src/layouts/post.vue +++ b/src/layouts/post.vue @@ -40,6 +40,9 @@ h7 { } img { - max-width: 100%; + width: 100%; + max-height: 40vh; + display: flex; + margin: auto; }