Files

7 lines
96 B
CSS
Raw Permalink Normal View History

2026-02-10 08:05:03 +08:00
.t-row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
box-sizing: border-box;
}