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 ////
|
||
|
///////////////*/
|