aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-05-08 17:03:02 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commit35f9f93905646c8eed673a52e7e3947925301683 (patch)
tree3899debf04e8f5c4884fefaca98f0aac49631287 /vnext
parentffaed83e11abcfdad86e0d952b1ac8c506b48f48 (diff)
fix style warning
Diffstat (limited to 'vnext')
-rw-r--r--vnext/src/index.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css
index 505298cc..afab9b19 100644
--- a/vnext/src/index.css
+++ b/vnext/src/index.css
@@ -291,7 +291,7 @@ hr {
@media (--viewport-desktop) {
#app {
- grid-template-areas: "header header header header""moo footer content zoo";
+ grid-template-areas: "header header header header"". footer content .";
grid-template-columns: auto 240px 760px auto;
grid-template-rows: auto 1fr;
}