reworked slightly main layout

This commit is contained in:
t1enne
2022-05-03 23:55:13 +02:00
parent d65be6013a
commit 502cf4478a
10 changed files with 95 additions and 41 deletions
@@ -0,0 +1,14 @@
.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;
}