Add base app
This commit is contained in:
6
components/layout/home/HomeLayout.module.scss
Normal file
6
components/layout/home/HomeLayout.module.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
.root {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 3fr 1fr;
|
||||
max-width: 60%;
|
||||
margin: 0 auto;
|
||||
}
|
Reference in New Issue
Block a user