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; +} +