Ajustement vertical pour éviter le scroll sur les grands écrans
This commit is contained in:
parent
ec71058ff4
commit
156b19306a
1 changed files with 1 additions and 1 deletions
|
@ -1196,7 +1196,7 @@ input, select, textarea {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 4rem 2rem;
|
/* padding: 4rem 2rem; */
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue