fix: add adaptive to header, footer
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
.Header {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.Container {
|
||||
margin: 0 auto;
|
||||
width: rem(1540px);
|
||||
padding: 40px 0;
|
||||
}
|
||||
max-width: rem(1540px);
|
||||
padding: 40px 10px;
|
||||
|
||||
.Footer {
|
||||
margin: 0 auto;
|
||||
width: rem(1540px);
|
||||
}
|
||||
@include iftablet{
|
||||
padding: 40px 20px;
|
||||
}
|
||||
@include iflaptop{
|
||||
padding: 40px 28px;
|
||||
}
|
||||
@include ifdesktop{
|
||||
padding: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user