From 2fc1c6312c5ee18233b64747cf6f02aa94d636d4 Mon Sep 17 00:00:00 2001 From: Fran Pacheco <152115357+franpacheco-cpp@users.noreply.github.com> Date: Fri, 18 Oct 2024 08:52:10 -0300 Subject: [PATCH] Update estilos.css --- Web/pikminWeather/css/estilos.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Web/pikminWeather/css/estilos.css b/Web/pikminWeather/css/estilos.css index 40d696b..0f18fe8 100644 --- a/Web/pikminWeather/css/estilos.css +++ b/Web/pikminWeather/css/estilos.css @@ -4,6 +4,11 @@ padding: 5px; } +img { + max-width: 100%; + height: auto; +} + header { background-color: #f04e31; color: #fff;