From 28eaf676b77faadd2572ad23ba9e5580da432f77 Mon Sep 17 00:00:00 2001 From: Pantotone Date: Sat, 16 Dec 2023 21:05:45 -0300 Subject: [PATCH] fix: news image overflowing (#34) --- src/routes/NewsPage/NewsPage.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/routes/NewsPage/NewsPage.module.css b/src/routes/NewsPage/NewsPage.module.css index 344ea91..548ea0c 100644 --- a/src/routes/NewsPage/NewsPage.module.css +++ b/src/routes/NewsPage/NewsPage.module.css @@ -55,6 +55,10 @@ text-decoration: underline; } +.content img { + max-width: 100%; +} + .info { display: grid; grid-template-columns: auto auto;