flex
This commit is contained in:
parent
851edebb4b
commit
20c1bc090d
@ -16,8 +16,8 @@ include_once "dico.php";
|
||||
include_once "Grille.php";
|
||||
|
||||
|
||||
const LARGEUR_PAR_DEFAUT = 7;
|
||||
const HAUTEUR_PAR_DEFAUT = 6;
|
||||
const LARGEUR_PAR_DEFAUT = 6;
|
||||
|
||||
|
||||
$hauteur = filter_input(INPUT_GET, 'l', FILTER_VALIDATE_INT, [
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user