TF-4122 Display CTA to download mobile application in main screen

This commit is contained in:
dab246
2025-10-24 11:54:33 +07:00
committed by Dat H. Pham
parent be8eaf6258
commit f3c4d9be29
5 changed files with 83 additions and 63 deletions
-26
View File
@@ -29,32 +29,6 @@ body {
width:100%; height:100%;
}
.cover {
display:block;
width:100%; height:100%;
object-fit: cover;
}
.bottom {
position: absolute;
bottom: 5%;
left: 50%;
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.bottomLeft {
position: absolute;
bottom: 0;
left: 0;
}
.bottomRight {
position: absolute;
bottom: 0;
right: 0;
}
.bottom-image {
position: absolute; /* Position relative to the .container */
bottom: 40px; /* 40px from the bottom */