Skip to content

Commit

Permalink
fix: Ajustando gráfico pizza!
Browse files Browse the repository at this point in the history
  • Loading branch information
nateejpg committed Aug 14, 2024
1 parent 32068bc commit 63bf44e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/pages/dashboard/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@ body{

.chart01 .chart{
display: flex;
max-width: 402px;
height: 100%;
max-width: 400px;
max-height: 100%;
}

.chart02 .chartPizza{
width: 500px;
height: 500px;
max-width: 300px;
max-height: 300px;
}

}

0 comments on commit 63bf44e

Please sign in to comment.