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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 69 KiB

+3 -6
View File
@@ -20,21 +20,18 @@ body {
.contain { .contain {
display:block; display:block;
width:100%; width:100%; height:100%;
height:100%;
object-fit: contain; object-fit: contain;
} }
.stretch { .stretch {
display:block; display:block;
width:100%; width:100%; height:100%;
height:100%;
} }
.cover { .cover {
display:block; display:block;
width:100%; width:100%; height:100%;
height:100%;
object-fit: cover; object-fit: cover;
} }