From 4728cf4e043a4745448d338c1e8e6c6020fd2cf7 Mon Sep 17 00:00:00 2001 From: JARDEL ALVES Date: Sun, 20 Oct 2024 15:40:21 -0300 Subject: [PATCH] Update index.html --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index 999b5cd..a4cb69a 100644 --- a/index.html +++ b/index.html @@ -194,6 +194,12 @@ overflow: hidden; /* Garante que os conteúdos ao lado fiquem corretos */ } + .chart-container { + display: flex; + justify-content: center; + margin-top: 20px; +} +