diff options
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/style.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/static/style.css b/src/static/style.css index c363de6..d2d46f1 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -108,6 +108,13 @@ aside form p { flex-direction: row-reverse; } +/* Use a media query to add a breakpoint at 800px: */ +@media screen and (max-width: 1200px) { + #multicharts ul li { + width: 100%; + } +} + .minichart { min-height: 220px; width: 100%; @@ -125,10 +132,6 @@ aside form p { font-size: small; } -.chart { - -} - .bottom_text { display: inline-flex; margin: 0.5rem; |