From 1bb450993232f782eeea0ea00a89f771d884b0ad Mon Sep 17 00:00:00 2001 From: Baptiste Lemoine Date: Mon, 20 Jul 2020 12:49:05 +0200 Subject: [PATCH] :art: style, max width of pictures --- public/stylesheets/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 4fe7b86..98f3587 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -45,3 +45,6 @@ video{ width: 100%; border: solid #000; } +img{ + max-width: 100%; +}