From 1b5600f13bfa6d4dc0a8f3e45f12e0952260c5b8 Mon Sep 17 00:00:00 2001 From: Kauany7492 <140413644+Kauany7492@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:52:12 -0300 Subject: [PATCH] a --- index.html | 2 +- style.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f6b342e..2688fb7 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + diff --git a/style.css b/style.css index 2edcfe7..131d86f 100644 --- a/style.css +++ b/style.css @@ -18,6 +18,11 @@ height: auto; } +.maos, .logo-voluntario{ + width: 50vw; + height: auto; +} + body{ background-color: #FBF4E8; }