hopefully made it mobile-compatible
This commit is contained in:
@@ -1,8 +1,17 @@
|
||||
html {
|
||||
overflow: hidden;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100vh;
|
||||
background-color: #323232;
|
||||
color: #ffffff;
|
||||
overflow: hidden;
|
||||
margin: 0%;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
.synthSun {
|
||||
width: calc(40px * var(--pxDensity));
|
||||
@@ -25,6 +34,8 @@ body {
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
#mainDiv {
|
||||
overflow: hidden;
|
||||
width: 100wv;
|
||||
height: 100vh;
|
||||
}
|
||||
.bgGradient {
|
||||
|
||||
Reference in New Issue
Block a user