Actualiser Assets/style_recette.css

This commit is contained in:
2025-09-24 16:13:27 +02:00
parent 47d56e95e8
commit f6388d06c0

View File

@@ -32,19 +32,13 @@ body{
.ingr_ustensiles{
border: 2px solid #666;
border-radius: 10px;
padding : 15px;
margin : 5px;
display : grid;
grid-template-columns: repeat(2,1fr);
width: 400px;
height: 810px;
/* grid-template-rows: 150px 150px;*/
align-items: center;
gap : 10px;
box-sizing: border-box;
display: grid;
grid-template-columns: 250px 1fr;
gap: 10px;
width: 100%;
height: 150px;
}
ul{
@@ -54,17 +48,14 @@ ul{
}
.prepa_recette{
border: 2px solid #666;
border-radius: 10px;
padding : 15px;
margin : 5px;
display : grid;
/*grid-template-columns: repeat(3,2fr);*/
width: 800px;
height: 810px;
grid-template-rows: 200px 1fr;*/
align-items: center;
gap : 10px;
box-sizing: border-box;
}
#rectangle_1{
display: grid;
place-items: center;
}
#rectangle_2{
display: grid;
place-items: center;
overflow-wrap: break-word;
}