finishings on the pairing page

This commit is contained in:
Claude Brisson
2023-12-28 09:18:16 +01:00
parent 149541cb3c
commit 83b9194b48
7 changed files with 74 additions and 29 deletions

View File

@@ -209,8 +209,14 @@
flex-flow: column nowrap;
min-height: 10vh;
max-height: 30vh;
min-width: 50vw;
}
#pairing-right {
display: inline-flex;
flex-flow: row wrap;
gap: 1em;
}
.choose-round.button {
padding: 0.2em 0.8em;
}