update chart

This commit is contained in:
2021-10-16 21:23:03 +01:00
parent 11d12b9ac3
commit f9b777d061
4 changed files with 47 additions and 8 deletions

View File

@ -10,6 +10,22 @@ header {
margin-bottom: 2rem;
}
.text-center {
text-align: center;
}
.alcohol-abuse-chart-box {
display: flex;
width: 100%;
height: 100%;
justify-content: center;
flex-direction: column;
}
.alcohol-abuse-chart-box p {
margin-top: 1rem;
}
.heading h1, .heading h2 {
text-align: center;
}