Skip to content

Commit

Permalink
Adding media query for 1440 based on Dennis' findings
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonHowellSlavin committed Aug 10, 2023
1 parent 44cfca3 commit 4d97db0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,9 @@ div[class*='-up'] .con-block.has-bg.text-block.text-list,
top: 10px;
}
}

@media screen and (min-width: 1440px) {
.milo-iframe.webinars-fix {
min-height: 2703px;
}
}

0 comments on commit 4d97db0

Please sign in to comment.