Files
2025-10-01 10:01:52 +08:00

7 lines
96 B
Plaintext

.t-row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
box-sizing: border-box;
}