Skip to content

Commit e41b44c

Browse files
committed
Scale up screen text by 3x
1 parent 859e76b commit e41b44c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hackman/static/screen/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
body {
2+
transform: scale(3.0);
3+
transform-origin: 0 0;
4+
}

0 commit comments

Comments
 (0)