EGF and FFG exports

This commit is contained in:
Claude Brisson
2024-01-01 12:26:40 +01:00
parent 18edd16d6c
commit b261e56807
10 changed files with 218 additions and 54 deletions

View File

@@ -54,6 +54,11 @@
/* registration section */
#players-list {
max-width: 95vw;
overflow-x: auto;
}
#player {
&.create {
.edition {
@@ -280,4 +285,8 @@
justify-content: space-around;
}
}
#standings-container {
max-width: 95vw;
overflow-x: auto;
}
}