Pareil pour la page d'accueil
This commit is contained in:
parent
7d90974bfa
commit
735e4609fb
2 changed files with 2 additions and 2 deletions
|
@ -244,7 +244,7 @@ a:focus,
|
|||
}
|
||||
#content-home form {
|
||||
display: grid;
|
||||
width: 400px;
|
||||
width: min(400px, 100%);
|
||||
margin: 0 auto;
|
||||
grid-template-columns: 150px 250px;
|
||||
gap: 20px;
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#content-home {
|
||||
form {
|
||||
display: grid;
|
||||
width: 400px;
|
||||
width: min(400px, 100%);
|
||||
margin: 0 auto;
|
||||
grid-template-columns: 150px 250px;
|
||||
gap: 20px;
|
||||
|
|
Loading…
Add table
Reference in a new issue