Ajustement vertical pour éviter le scroll sur les grands écrans

This commit is contained in:
raida 2019-03-15 14:12:17 +00:00
parent ec71058ff4
commit 156b19306a

View file

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