From 7878fc9c2f117254c372981009caee7be4c3dbd7 Mon Sep 17 00:00:00 2001 From: Heerko Date: Thu, 15 Jul 2021 16:53:14 +0200 Subject: [PATCH] Add max width for images --- front/src/views/Home.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/front/src/views/Home.vue b/front/src/views/Home.vue index 13fac51..2339476 100644 --- a/front/src/views/Home.vue +++ b/front/src/views/Home.vue @@ -182,6 +182,11 @@ export default { page-break-after: always; /* border-bottom: 3px dotted green; */ } + +#content img { + max-width: 100%; +} + /* .print .body:first-of-type { page-break-after: always; border-bottom: 3px dotted yellow;