diff options
Diffstat (limited to 'vnext/src/index.css')
-rw-r--r-- | vnext/src/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css index 3bd3cb13..630c2078 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -88,7 +88,7 @@ hr { border: none; } -#app { +#app { display: grid; grid-template-areas: "header" "content" "footer"; grid-template-columns: 100%; |