Skip to content

Commit 25d6539

Browse files
chart size update
1 parent 3576721 commit 25d6539

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/stylesheets/extra.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
width: 800px; height: 400px; max-width: 800px;
8282
}
8383
#bar-chart-wrapper canvas { width: 800px; height: 400px; max-width: 800px; }
84-
@media (max-width: 600px) {
85-
#bar-chart-wrapper { width: 600px; height: 300px; }
86-
#bar-chart-wrapper canvas { width: 600px; height: 300px; }
84+
@media (max-width: 500px) {
85+
#bar-chart-wrapper { width: 100%; height: 300px; }
86+
#bar-chart-wrapper canvas { width: 100%; height: 300px; }
8787
}
8888
@media (max-height: 500px) and (orientation: landscape) {
8989
#bar-chart-wrapper { width: 100%; height: 350px; }

0 commit comments

Comments
 (0)