Skip to content

Commit 9623b50

Browse files
committed
scaling needs to be applied to app to avoid scaling the landing page as well
1 parent ee8496b commit 9623b50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/css/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* app global css */
22

33
@media only screen and (min-width: 2090px) and (min-height: 1039px) {
4-
body {
4+
#app {
55
transform: scale(1.1);
66
}
77
}

0 commit comments

Comments
 (0)