2022-05-31 16:32:49 +02:00
|
|
|
@import "_global/header.css";
|
|
|
|
@import "event.css";
|
2022-06-01 15:49:42 +02:00
|
|
|
@import "single_tournament.css";
|
2022-05-19 13:43:13 +02:00
|
|
|
|
2022-05-31 10:56:44 +02:00
|
|
|
body {
|
|
|
|
margin: 0;
|
2022-05-19 13:43:13 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|