make chart more user-friendly on small devices
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
html,body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.section,.container {
|
||||
height: calc(100% - 24px);
|
||||
}
|
||||
|
||||
hr {
|
||||
margin: 0 0 15px 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user