From 3caaaf2f00d9f2d6753e2a8fd81e271c137b812c Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 18 Oct 2018 19:00:29 +0200 Subject: [PATCH] Revert an unintended change. --- score.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/score.css b/score.css index ff84068..db72488 100644 --- a/score.css +++ b/score.css @@ -10,8 +10,8 @@ body { overflow: hidden; /* 720p -> 1080p */ - transform: scale(1.5); - transform-origin: top left; + /* transform: scale(1.5); + transform-origin: top left; */ } body { font-family: 'Lato', sans-serif; -- 2.39.2