feat(css): add layout.css
This commit is contained in:
parent
987f5406b3
commit
713dcb54a4
4
src/stylesheets/layout.css
Normal file
4
src/stylesheets/layout.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
body {
|
||||
display: grid;
|
||||
grid-template-rows: auto 1fr auto;
|
||||
}
|
Loading…
Reference in a new issue