added wrap to header itself
This commit is contained in:
parent
4895f6218d
commit
f337d35405
|
@ -8,6 +8,7 @@ Header.css = `
|
|||
header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
margin: 2rem 0;
|
||||
gap: 1.5rem;
|
||||
|
|
Loading…
Reference in a new issue