11 lines
130 B
CSS
11 lines
130 B
CSS
![]() |
.container {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
font-size: 24px;
|
||
|
line-height: 60px;
|
||
|
font-weight: 600;
|
||
|
}
|