flex
This commit is contained in:
@ -9,6 +9,7 @@ form {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
min-height: calc(100vh - 4rem);
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@ -46,8 +47,7 @@ h2 {
|
||||
justify-content: space-evenly;
|
||||
flex-wrap: wrap;
|
||||
height: max-content;
|
||||
flex-grow: 1;
|
||||
align-items: center;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.grille table {
|
||||
@ -158,7 +158,7 @@ button[type='submit'] {
|
||||
|
||||
button[type='submit'] {
|
||||
width: 100%;
|
||||
margin: auto;
|
||||
/*! margin: auto; */
|
||||
border: none;
|
||||
background: none;
|
||||
font-family: inherit;
|
||||
@ -276,4 +276,4 @@ button[type="submit"]:active {
|
||||
button[type="submit"]:active {
|
||||
color: orchid;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user