This commit is contained in:
Donald Zou
2025-03-11 17:52:53 +08:00
parent d5168d2da6
commit 5732867407
2 changed files with 5 additions and 8 deletions

View File

@@ -46,7 +46,6 @@ export default {
main{
height: 100vh;
}
@supports (height: 100dvh) {
@media screen and (max-width: 768px) {
main{
@@ -54,6 +53,4 @@ export default {
}
}
}
</style>