bugfix play btn

This commit is contained in:
Chneemann 2024-08-12 07:41:00 +02:00
parent 817ddc63dd
commit 19a4de1e2d

View file

@ -28,7 +28,7 @@ section {
} }
.content { .content {
position: absolute; position: relative;
width: 40%; width: 40%;
height: 40%; height: 40%;
top: 140px; top: 140px;
@ -38,12 +38,13 @@ section {
} }
.title { .title {
font-size: 5vw; font-size: 54px;
font-weight: 700; font-weight: 700;
text-shadow: 1px 1px 2px $black; text-shadow: 1px 1px 2px $black;
} }
.description { .description {
position: relative;
font-size: 18px; font-size: 18px;
font-weight: 400; font-weight: 400;
overflow: hidden; overflow: hidden;
@ -51,7 +52,12 @@ section {
height: fit-content; height: fit-content;
margin-bottom: 24px; margin-bottom: 24px;
text-shadow: 1px 1px 2px $black; text-shadow: 1px 1px 2px $black;
position: relative; }
app-btn-large {
position: absolute;
bottom: -60px;
left: 0;
} }
.movie-banner { .movie-banner {