Change Splash screen for web

(cherry picked from commit 54e67bc67c7c70fad11715a6dc29d5c5e21812fe)
This commit is contained in:
Dat PHAM HOANG
2023-12-05 17:17:10 +07:00
committed by Dat H. Pham
parent 04d105e332
commit cdc4d74e67
9 changed files with 3 additions and 6 deletions
+3 -6
View File
@@ -20,21 +20,18 @@ body {
.contain {
display:block;
width:100%;
height:100%;
width:100%; height:100%;
object-fit: contain;
}
.stretch {
display:block;
width:100%;
height:100%;
width:100%; height:100%;
}
.cover {
display:block;
width:100%;
height:100%;
width:100%; height:100%;
object-fit: cover;
}