Changed chart to responsive mode

This commit is contained in:
Luiz F Picolo 2021-10-08 21:56:14 -04:00
parent 4119014f1a
commit 0e8fc329bf
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
body {
font-family: 'Raleway', sans-serif;
width: 990px;
max-width: 990px;
margin: 30px auto;
}
h1 {
text-align: center !important;
}