From 2e4c8f1e1a35ca02baaea63fa2841d5d5845eb94 Mon Sep 17 00:00:00 2001 From: Eduardo Fernandes <129226280+eduardokenzinho@users.noreply.github.com> Date: Fri, 23 Aug 2024 11:18:33 -0300 Subject: [PATCH] =?UTF-8?q?corre=C3=A7=C3=B5es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 9563c86..80e1192 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,7 @@ body { .header__content { display: flex; justify-content: space-evenly; + margin: 10px; } .header__title { @@ -107,6 +108,9 @@ body { .tasks__container{ margin-top: 20px; + margin-bottom: 50px; + width: 475px; + height: 470px; } .task-info__container{ @@ -144,6 +148,7 @@ body { } .form__container { + margin-top: 20px; padding: 20px; border-radius: 10px; background-color:white;