From 1e16b48f0374721afe48dd9bb9304a6a38f29ea3 Mon Sep 17 00:00:00 2001 From: arthurmachadoo Date: Mon, 17 Jun 2024 01:34:15 -0300 Subject: [PATCH] ajuste dashboards --- dashboards.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboards.css b/dashboards.css index f20d172..fcd224f 100644 --- a/dashboards.css +++ b/dashboards.css @@ -10,12 +10,13 @@ } body { - height: 100vh; + height: 100%; background-color: #5b3731; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; + padding-bottom: 75px; }