Skip to content

Commit

Permalink
adjusted border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
Lugiasc committed Jun 4, 2023
1 parent 220a236 commit ce676b2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions website/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1175,19 +1175,22 @@ a:hover {
}

.box-heatmap {
margin: 5px;
border-radius: 3px;
margin: 5px;
width: 55%;
padding:20px;
background-color: #cfcfcf;
}
.box-donut {
border-radius: 3px;
width: 40%;
margin: 5px;
margin: 5px;
padding:20px;
background-color: white;
background-color:white;
}
.box-stacked {
margin: 5px;
border-radius: 3px;
margin: 5px;
padding:20px;
}

Expand Down

0 comments on commit ce676b2

Please sign in to comment.