Make frame compatible with firefox android

This commit is contained in:
mrjvs
2024-01-25 20:25:00 +01:00
parent 6cc6c3d29f
commit 302b6ef71c
4 changed files with 13 additions and 8 deletions

View File

@@ -1,4 +1,6 @@
.frame {
height: 100%;
width: 100%;
background-color: #0a080e;
background-image: radial-gradient(271.48% 132.05% at 136.13% 65.62%, #271945b3 0%, #1c1c2c00 100%), radial-gradient(671.15% 123.02% at 76.68% -34.38%, #272753 0%, #17172000 100%);
}
}