diff --git a/src/main/resources/webstats/report.css b/src/main/resources/webstats/report.css index 1f264202..35b8c8f0 100644 --- a/src/main/resources/webstats/report.css +++ b/src/main/resources/webstats/report.css @@ -13,6 +13,12 @@ h4 { margin-bottom: 10px; } +@media (min-width: 1200px) { + .row { + margin-left: -20px; + } +} + #match-detail table th { width: 9em; } @@ -24,7 +30,7 @@ h4 { #ar_header, #ar_content, #ar_footer { - margin-top: 30px; + margin: 30px auto auto 0px; padding: 20px 20px 0 20px; }