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,6 +1,13 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;800&display=swap');
html {
min-height: 300px;
min-width: 300px;
}
body {
min-height: 300px;
min-width: 300px;
margin: 0;
font-family: 'Inter', sans-serif;
}
@@ -11,4 +18,4 @@ body {
display: flex;
justify-content: center;
align-items: center;
}
}