This commit is contained in:
Adrien MALINGREY 2025-04-30 09:35:39 +02:00
parent 20c1bc090d
commit 7adeb187bd

View File

@ -9,7 +9,6 @@ form {
display: flex; display: flex;
flex-flow: column; flex-flow: column;
min-height: calc(100vh - 4rem); min-height: calc(100vh - 4rem);
justify-content: space-between;
} }
h1 { h1 {
@ -44,16 +43,25 @@ h2 {
.grille-et-definitions { .grille-et-definitions {
display: flex; display: flex;
flex-flow: row; flex-flow: row;
justify-content: space-evenly; justify-content: space-around;
flex-wrap: wrap; flex-wrap: wrap;
height: max-content; height: max-content;
flex-grow: 1;
align-items: flex-start; align-items: flex-start;
margin: 0;
}
.grille {
display: flex;
flex-flow: column;
justify-content: center;
margin-top: auto;
margin-bottom: auto;
} }
.grille table { .grille table {
border-collapse: collapse; border-collapse: collapse;
margin: 0 auto; margin: auto;
height: fit-content;
} }
.grille th, .grille th,
@ -158,7 +166,7 @@ button[type='submit'] {
button[type='submit'] { button[type='submit'] {
width: 100%; width: 100%;
/*! margin: auto; */ margin: auto;
border: none; border: none;
background: none; background: none;
font-family: inherit; font-family: inherit;