6 lines
108 B
CSS
6 lines
108 B
CSS
.site-head {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|