Side by Side Index Pages 7.0
Code Block
/* side by side indexes */
@media screen and (min-width: 620px) {
.Index[data-collection-id="60b001e8a3f66d3b0b99cdc2"] .Index-page {
width: 100%;
}
.Index[data-collection-id="60b001e8a3f66d3b0b99cdc2"] {
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.Index[data-collection-id="60b001e8a3f66d3b0b99cdc2"] section[id*="ohhi"] {
width: 40%;
border-top: 1px solid #000;
border-right: 1px solid #000;
position: sticky;
top: 0px;
}
.Index[data-collection-id="60b001e8a3f66d3b0b99cdc2"] section[id*="tabs"] {
width:59.9%!important;
border-top: 1px solid #000;
}
}
@media screen and (min-width: 768px) {
.Index[data-collection-id="60b001e8a3f66d3b0b99cdc2"] section[id*="tabs"] {
width:59.5%;
border-top: 1px solid #000;
}
}