plus de style

This commit is contained in:
Adrien MALINGREY 2025-04-24 13:29:28 +02:00
parent 0c6cd43dcd
commit 7a29d4d12d

View File

@ -1,9 +1,15 @@
body { body {
margin: 1rem; margin: 0;
padding: 1rem;
height: calc(100vh - 2rem);
display: flex;
flex-flow: column;
justify-content: space-evenly;
} }
.grille { .grille {
margin: 2rem auto; margin: 2rem auto;
width: unset;
} }
.grille table { .grille table {
@ -57,7 +63,16 @@ input[disabled] {
justify-content: space-evenly; justify-content: space-evenly;
} }
.definitions .horizontales,
.definitions .verticales {
width: 45%;
}
.definitions h2 { .definitions h2 {
font-variant-caps: petite-caps; font-variant-caps: petite-caps;
text-align: center; text-align: center;
} }
li::marker {
font-weight: bold;
}