Change Splash screen for web
(cherry picked from commit 54e67bc67c7c70fad11715a6dc29d5c5e21812fe)
This commit is contained in:
committed by
Dat H. Pham
parent
04d105e332
commit
cdc4d74e67
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user