File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 99body {
1010 display : flex;
1111 flex-direction : column;
12- background-color : hsl (330 , 100 % , 98 % );
12+ background-color : hsl (30 , 54 % , 90 % );
1313 justify-content : center;
1414 align-items : center;
1515 font-family : "Outfit" , sans-serif;
@@ -47,12 +47,13 @@ main {
4747 font-size : 0.6875rem ; /* 11px */
4848 font-weight : 400 ;
4949 color : hsl (30 , 10% , 34% );
50- padding-bottom : 1rem ; /* 16px */
5150}
5251
5352/* Preparation section */
5453.preparation-section {
55- padding-left : 1rem ; /* 16px */
54+ padding : 1rem ; /* 16px */
55+ background-color : hsl (330 , 100% , 98% );
56+ border-radius : 0.75rem ;
5657}
5758
5859.preparation-time {
8081
8182/* Ingredients section */
8283.ingredients-section {
83- padding-top : 0.875 rem ; /* 14px */
84+ padding-top : 0.25 rem ; /* 4px */
8485 border-bottom : 1px solid hsl (30 , 18% , 87% );
8586}
8687
You can’t perform that action at this time.
0 commit comments