Mac Mahon groups edition

This commit is contained in:
Claude Brisson
2024-01-25 06:43:38 +01:00
parent 6fff3893f2
commit a4b18e0ef1
10 changed files with 150 additions and 11 deletions

View File

@@ -39,7 +39,7 @@
white-space: nowrap;
}
.red {
.darkred {
color: darkred;
}

View File

@@ -181,6 +181,17 @@
}
}
#macmahon-groups {
left: 0;
right: 0;
transform: initial;
max-width: max(90vw, 1200px);
.popup-content {
display: flex;
flex-flow: row wrap;
}
}
/* pairing section */
#pairing-content {
@@ -260,7 +271,7 @@
}
}
#pairing-buttons {
.pairing-buttons {
display: flex;
flex-flow: column nowrap;
justify-content: start;