fix examples

This commit is contained in:
Will McGugan
2022-12-08 17:24:34 +00:00
parent 1f64127235
commit 7ba70ada96
3 changed files with 6 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
grid-rows: 1fr;
}
#left-pane > Static {
#left-pane > Static {
background: $boost;
color: auto;
margin-bottom: 1;
@@ -13,12 +13,14 @@
}
#left-pane {
height: 100%;
row-span: 2;
background: $panel;
border: dodgerblue;
}
#top-right {
height: 100%;
background: $panel;
border: mediumvioletred;
}
@@ -31,6 +33,7 @@
}
#bottom-right {
height: 100%;
layout: grid;
grid-size: 3;
grid-columns: 1fr;