diff --git a/daily_report/templates/report.html b/daily_report/templates/report.html index 84960c2..1e52f4a 100644 --- a/daily_report/templates/report.html +++ b/daily_report/templates/report.html @@ -20,6 +20,7 @@ h1 { margin: 30px 0 20px; + font-size: 32px; font-weight: 500; text-align: center; } @@ -35,6 +36,7 @@ .info { margin: 60px 0 30px; + font-size: 16px; text-align: center; } @@ -56,12 +58,13 @@ height: 36px; padding-left: 16px; margin: 20px 0; + font-size: 24px; font-weight: 500; border-left: #909090 3px solid; } .panel table { - width: 100%; + /* width: 100%; */ line-height: 2; text-align: left; border-collapse: collapse; @@ -74,8 +77,9 @@ .panel table td, .panel table th { - padding: 0 8px; + padding: 0 16px; border-bottom: 1px solid #f0f0f0; + font-size: 16px; } .panel table tr:nth-child(even) { @@ -113,11 +117,21 @@ - + + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + + @@ -171,6 +185,6 @@ - + {% endfor %}