flex
This commit is contained in:
parent
20c1bc090d
commit
7adeb187bd
18
style.css
18
style.css
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user