]> git.sesse.net Git - ultimatescore/commitdiff
Add some (commented-out) CSS to move to 1080p.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 27 Feb 2018 18:02:00 +0000 (19:02 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 27 Feb 2018 18:02:39 +0000 (19:02 +0100)
score.css

index 7843b9f9ee7c687fa51509e0390b94b2f8a9079f..ba0981afba6e098e51b3e7299d951fbff638669b 100644 (file)
--- a/score.css
+++ b/score.css
@@ -8,6 +8,10 @@ body {
   padding: 0;
   background: transparent;
   overflow: hidden;
+
+  /* 720p -> 1080p */
+  /* transform: scale(1.5);
+  transform-origin: top left; */
 }
 body {
   font-family: 'Lato', sans-serif;