owncast/web/components/ui/Content/Content.module.scss

14 lines
246 B
SCSS
Raw Normal View History

2022-05-04 00:55:13 +03:00
.root {
display: grid;
grid-template-columns: 8fr 4fr;
}
.leftCol {
display: grid;
// -64px, which is the header
grid-template-rows: 50vh calc(50vh - 64px);
}
.lowerRow {
display: grid;
grid-template-rows: 1fr 64px;
}