hopefully made it mobile-compatible

This commit is contained in:
2025-01-14 19:17:14 +01:00
parent bc184f7884
commit 70634f878a
2 changed files with 13 additions and 2 deletions
+11
View File
@@ -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 {