11 lines
156 B
CSS
11 lines
156 B
CSS
![]() |
.header {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
line-height: 80px;
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
font-size: var(--font-size-large);
|
||
|
}
|