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