15 lines
210 B
CSS
15 lines
210 B
CSS
@import "_global/header.css";
|
|
@import "event.css";
|
|
@import "single_tournament.css";
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
.container {
|
|
height: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|