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

View File

@ -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;
}
}
}