We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3576721 commit 25d6539Copy full SHA for 25d6539
1 file changed
docs/stylesheets/extra.css
@@ -81,9 +81,9 @@
81
width: 800px; height: 400px; max-width: 800px;
82
}
83
#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; }
+@media (max-width: 500px) {
+ #bar-chart-wrapper { width: 100%; height: 300px; }
+ #bar-chart-wrapper canvas { width: 100%; height: 300px; }
87
88
@media (max-height: 500px) and (orientation: landscape) {
89
#bar-chart-wrapper { width: 100%; height: 350px; }
0 commit comments