From a98ae24849fcbbdb8045915e92567772ba350880 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 19 Nov 2022 17:10:02 +0100 Subject: [PATCH] fix main illustration image margin --- src/layouts/post.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; }