parent
ec6b734080
commit
59442a9df1
1 changed files with 5 additions and 1 deletions
|
@ -51,9 +51,13 @@
|
|||
}
|
||||
.header {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
flex-direction: row;
|
||||
}
|
||||
@media only screen and (max-width: 600px) {
|
||||
.header {
|
||||
margin-right: 40px;
|
||||
}
|
||||
}
|
||||
.header div {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
|
Reference in a new issue