diff options
Diffstat (limited to 'src/main/resources/static')
| -rw-r--r-- | src/main/resources/static/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css index bf37db2..185fead 100644 --- a/src/main/resources/static/style.css +++ b/src/main/resources/static/style.css @@ -281,4 +281,13 @@ input.inline:focus-visible { border: 1px solid lightgray; border-radius: 3px; + + width: calc(100% - 2.4rem - 4px); + height: 320px; + + display: inline-block; +} + +.chart-50pc { + width: calc(50% - 2.4rem - 4px); }
\ No newline at end of file |
