tevart

Results 1 comments of tevart

Any way to have two tabs in row? edit: Found solution ```css .tabs ul {width:100%;flex-direction:row;flex-wrap:wrap;} .tabs li {width:50%} ```