make chart more user-friendly on small devices

This commit is contained in:
2021-08-20 21:21:36 +02:00
parent 1a0746110d
commit f8a59825e6
5 changed files with 20 additions and 9 deletions
+8
View File
@@ -1,3 +1,11 @@
html,body {
height: 100%;
}
.section,.container {
height: calc(100% - 24px);
}
hr {
margin: 0 0 15px 0;
}