more css hack

master
Jay Moore/NQ4T 1 year ago
parent 7f0781d25e
commit 69606acd97

@ -227,7 +227,7 @@ a.sidebar-nav-item:focus {
.iframe-parent{ .iframe-parent{
width: 94vw; width: 94vw;
height: 50vw; height: 42vw;
} }
@media (min-width: 48em) { @media (min-width: 48em) {
@ -240,34 +240,34 @@ a.sidebar-nav-item:focus {
@media (min-width: 76em) { @media (min-width: 76em) {
.iframe-parent { .iframe-parent {
width: 60vw; width: 60vw;
height: 50vw; height: 42vw;
} }
} }
@media (min-width: 90em) { @media (min-width: 90em) {
.iframe-parent { .iframe-parent {
width: 58vw; width: 58vw;
height: 50vw; height: 42vw;
} }
} }
@media (min-width: 94em) { @media (min-width: 94em) {
.iframe-parent { .iframe-parent {
width: 55vw; width: 55vw;
height: 50vw; height: 42vw;
} }
} }
@media (min-width: 104em) { @media (min-width: 104em) {
.iframe-parent { .iframe-parent {
width: 50vw; width: 50vw;
height: 50vw; height: 42vw;
} }
} }
@media (min-width: 114em) { @media (min-width: 114em) {
.iframe-parent { .iframe-parent {
width: 45vw; width: 45vw;
height: 50vw; height: 42vw;
} }
} }
/* Expand to the entire container */ /* Expand to the entire container */

Loading…
Cancel
Save