Added UID (unique ID) to game and tourney entries - this will make for fancier links
13 lines
240 B
CSS
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 ////
|
|
///////////////*/ |