From f0e732f6e156aca8f68a1062af26730297c4e17a Mon Sep 17 00:00:00 2001 From: Heerko Date: Thu, 15 Jul 2021 17:40:42 +0200 Subject: [PATCH] max-width on image should work now --- front/src/views/Home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/views/Home.vue b/front/src/views/Home.vue index 2339476..776a36d 100644 --- a/front/src/views/Home.vue +++ b/front/src/views/Home.vue @@ -183,7 +183,7 @@ export default { /* border-bottom: 3px dotted green; */ } -#content img { +.body img { max-width: 100%; }