7 lines
105 B
Plaintext
7 lines
105 B
Plaintext
.flex {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
column-gap: 12rpx;
|
|
}
|