From 7a7bead286e67de8a641b9d2f88d64a81120232e Mon Sep 17 00:00:00 2001 From: GuhStvo Date: Thu, 15 Feb 2024 13:58:32 -0300 Subject: [PATCH] css ajust --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index c58b2b8..4d82409 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,10 @@ } body { + max-width: 500px; height: 100vh; + + margin: auto; } header { @@ -59,6 +62,7 @@ form { #inputs-juntos { display: flex; + justify-content: space-between; gap: 16px; } @@ -67,6 +71,7 @@ form { } #inputs-juntos .input { + width: 100%; position: relative; }