fix: header no margin issue
This commit is contained in:
parent
4268430bc4
commit
b9085a4837
1 changed files with 2 additions and 1 deletions
|
@ -73,9 +73,10 @@ html {
|
|||
margin: 0 60px;
|
||||
padding: 0;
|
||||
max-width: 100%;
|
||||
transition: 0.2s margin;
|
||||
|
||||
@include media-query(1024px) {
|
||||
margin: unset;
|
||||
margin: 0 20px;
|
||||
max-width: unset;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue