diff --git a/templates/reports.html b/templates/reports.html index 019c168..7c683b1 100644 --- a/templates/reports.html +++ b/templates/reports.html @@ -13,19 +13,19 @@ align-items: flex-start; flex-wrap: wrap; } - .chart-container.small-chart { + .chart-container.large-chart { background: #393E46; - padding: 1em 1.2em; + padding: 1.5em 2em; border-radius: 8px; margin-bottom: 1em; - min-width: 320px; - max-width: 350px; - flex: 1 1 320px; + min-width: 400px; + max-width: 520px; + flex: 1 1 400px; box-sizing: border-box; } - .chart-container.small-chart canvas { + .chart-container.large-chart canvas { max-width: 100%; - height: 260px !important; + height: 370px !important; width: 100% !important; } h2 { color: #948979; font-size: 1.1em; margin-bottom: 0.5em; } @@ -41,13 +41,13 @@
Back to Attendance