summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jfr_playoff/generator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/jfr_playoff/generator.py b/jfr_playoff/generator.py
index 98bd3fc..0eaee85 100644
--- a/jfr_playoff/generator.py
+++ b/jfr_playoff/generator.py
@@ -55,8 +55,8 @@ class PlayoffGenerator(object):
team_html,
p_temp.MATCH_LINK % (match.link, score_html) if match.link is not None else score_html)
html = p_temp.MATCH_TABLE.decode('utf8') % (
- int(self.page['width'] * 0.75),
- int(self.page['width'] * 0.25),
+ int(self.page['width'] * 0.7),
+ int(self.page['width'] * 0.2),
rows)
if match.running > 0:
running_html = p_temp.MATCH_RUNNING % (match.running)