6 lines
106 B
CSS
6 lines
106 B
CSS
header#hero {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: var(--gap-hero);
|
|
align-items: center;
|
|
} |