more css hack

master
Jay Moore/NQ4T 11 months ago
parent 7f0781d25e
commit 69606acd97

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

Loading…
Cancel
Save