csc309-team58/sports-matcher/client/src/styles/MatchInfoCardDisplay.css
2022-04-05 20:17:50 -04:00

4 lines
64 B
CSS

.horizontal-scroller{
display: flex;
overflow-x: auto;
}