trojans-trophy-room/styles/tourney_display.css

13 lines
240 B
CSS
Raw Normal View History

#tournamentDisplay {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
border: 1px solid black;
border-radius: 7px;
width: 80%;
margin: auto;
}
/*// MOBILE ////
///////////////*/