10 lines
164 B
CSS
10 lines
164 B
CSS
.header {
|
|
align-items: flex-start;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
height: 32px;
|
|
padding: 10px;
|
|
width: 100%;
|
|
}
|