15 lines
196 B
Plaintext
15 lines
196 B
Plaintext
.hot {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.left {
|
|
width: 50%;
|
|
}
|
|
.right {
|
|
width: 50%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.top {
|
|
margin-bottom: 3px;
|
|
} |