et encore flex

This commit is contained in:
Adrien MALINGREY 2025-04-30 10:37:13 +02:00
parent 0276726063
commit 590e9ab3ec

View File

@ -38,7 +38,6 @@ h1,
h2 { h2 {
font-variant-caps: petite-caps; font-variant-caps: petite-caps;
text-align: center; text-align: center;
grow: 1;
} }
.grille-et-definitions { .grille-et-definitions {
@ -47,7 +46,6 @@ h2 {
justify-content: space-around; 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: auto; margin: auto;
} }
@ -56,8 +54,7 @@ h2 {
display: flex; display: flex;
flex-flow: column; flex-flow: column;
justify-content: center; justify-content: center;
margin-top: auto; margin: auto 0;
margin-bottom: auto;
} }
.grille table { .grille table {
@ -167,7 +164,7 @@ button[type='submit'] {
button[type='submit'] { button[type='submit'] {
width: 100%; width: 100%;
margin: auto; margin: 0 auto;
border: none; border: none;
background: none; background: none;
font-family: inherit; font-family: inherit;