diff --git a/Assets/style_recette.css b/Assets/style_recette.css index c73fb58..e23b509 100644 --- a/Assets/style_recette.css +++ b/Assets/style_recette.css @@ -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; -} \ No newline at end of file +#rectangle_1{ + display: grid; + place-items: center; +} + +#rectangle_2{ + display: grid; + place-items: center; + overflow-wrap: break-word; +} +