trojans-trophy-room/styles/tourney_display.css
FractalParadigm 7d9db6e4e1 Start of tournament page
Added UID (unique ID) to game and tourney entries - this will make for fancier links
2025-03-15 08:47:20 -04:00

13 lines
240 B
CSS

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