Skip to content

Commit

Permalink
possible fix close caption
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdaniculae committed Oct 21, 2024
1 parent 9b6afe9 commit d56c54c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,6 @@ body.not-logged-in {
.cc-text {
display: block;
text-align: center;
max-height: rem(56);
font-size: var(--font-size-h4);
}

Expand All @@ -1324,20 +1323,13 @@ body.not-logged-in {
@media (width >= rem(1280)) and (height >= rem(720)) {
// 1280x720
width: rem(720);

.cc-text {
max-height: rem(72);
}
}

@media (width >= rem(1440)) and (height >= rem(900)) {
// 1440x900

width: rem(800);

.cc-text {
max-height: rem(86);
}

}

@media (width >= rem(1600)) and (height >= rem(900)) {
Expand Down

0 comments on commit d56c54c

Please sign in to comment.