.tpl-layout_structure_10-90 {
    display: grid;
    grid-template-columns: 10% 90%;
    grid-template-rows: minmax(100vh, auto);
}
