aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/index.css')
-rw-r--r--vnext/src/index.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css
index 1d9292a2..181bc051 100644
--- a/vnext/src/index.css
+++ b/vnext/src/index.css
@@ -126,8 +126,7 @@ hr {
#app {
display: grid;
- grid-template-columns: auto;
- grid-template-rows: auto 1fr auto;
+ grid-template: auto 1fr auto / auto;
grid-template-areas:
"header"
"content"
@@ -757,8 +756,7 @@ blockquote {
}
#app {
- grid-template-rows: auto 1fr;
- grid-template-columns: 300px auto;
+ grid-template: auto 1fr / 300px auto;
grid-template-areas:
"sidebar header header"
"sidebar content content"