This commit is contained in:
Adrien MALINGREY 2025-04-30 09:18:25 +02:00
parent 851edebb4b
commit 20c1bc090d
2 changed files with 5 additions and 5 deletions

View File

@ -16,8 +16,8 @@ include_once "dico.php";
include_once "Grille.php"; include_once "Grille.php";
const LARGEUR_PAR_DEFAUT = 7;
const HAUTEUR_PAR_DEFAUT = 6; const HAUTEUR_PAR_DEFAUT = 6;
const LARGEUR_PAR_DEFAUT = 6;
$hauteur = filter_input(INPUT_GET, 'l', FILTER_VALIDATE_INT, [ $hauteur = filter_input(INPUT_GET, 'l', FILTER_VALIDATE_INT, [

View File

@ -9,6 +9,7 @@ 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 {
@ -46,8 +47,7 @@ h2 {
justify-content: space-evenly; justify-content: space-evenly;
flex-wrap: wrap; flex-wrap: wrap;
height: max-content; height: max-content;
flex-grow: 1; align-items: flex-start;
align-items: center;
} }
.grille table { .grille table {
@ -158,7 +158,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;