Skip to content

Commit

Permalink
TDW-2390 updated ad container sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
bosco-ensemble committed Mar 21, 2024
1 parent f85f138 commit 9c85768
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -554,19 +554,7 @@ main .ad .ad-top {
display: flex;
align-items: center;
justify-content: center;
height: 100px;
}

@media (min-width: 728px) {
main .ad .ad-top {
height: 90px;
}
}

@media (min-width: 970px) {
main .ad .ad-top {
height: 250px;
}
height: 300px;
}

main .section.teaser .teaser-play {
Expand Down

0 comments on commit 9c85768

Please sign in to comment.