feat: header menus
This commit is contained in:
15
src/views/home/styles.module.scss
Normal file
15
src/views/home/styles.module.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
.Header {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.Container {
|
||||
margin: 0 auto;
|
||||
width: rem(1540px);
|
||||
padding: 40px 0;
|
||||
}
|
||||
|
||||
.Footer {
|
||||
margin: 0 auto;
|
||||
width: rem(1540px);
|
||||
}
|
||||
Reference in New Issue
Block a user