feat: header menus

This commit is contained in:
2025-06-26 16:12:20 +03:00
parent cbd1f97eba
commit 5c05f9c2bb
21 changed files with 792 additions and 8 deletions

View 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);
}