This commit is contained in:
2026-03-27 16:00:23 +01:00
parent f81725cbe0
commit bf441546ed
4 changed files with 71 additions and 2 deletions

View File

@@ -410,6 +410,30 @@ ul {
box-shadow: 3px 4px 5px #8c8c8c;
}
.recette-form-div-desc {
height: 90%;
}
.recette-form {
height: 100%;
width: 100%;
margin: 10px;
padding: 10px;
}
.recette-form-group {
display: flex;
flex-direction: column;
}
#recette-form-div-desc {
height: 400px;
}
#recette-form-description {
height: 95%;
}
/*Footer et son contenue*/
footer{
padding: 25px;