X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=score.css;h=ba0981afba6e098e51b3e7299d951fbff638669b;hb=a863d093841773e0e17cc4965c073b443e195071;hp=664562e43972656bdbd6232cbe928f886701998a;hpb=52065441bb38f886238a5c50e3fdfe6f7d545f1e;p=ultimatescore diff --git a/score.css b/score.css index 664562e..ba0981a 100644 --- a/score.css +++ b/score.css @@ -1,17 +1,17 @@ * { - -webkit-box-sizing: border-box; - Box-Sizing: border-box; - -webkit-backface-visibility: hidden; - -webkit-transition: translate3d(0,0,0); + box-sizing: border-box; } -html, body { +body { width: 1280px; height: 720px; margin: 0; padding: 0; background: transparent; overflow: hidden; - -webkit-font-smoothing: antialiased !important; + + /* 720p -> 1080p */ + /* transform: scale(1.5); + transform-origin: top left; */ } body { font-family: 'Lato', sans-serif;