Skip to content

Commit 50aa20e

Browse files
committed
final touch
1 parent 1498aea commit 50aa20e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

style.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
body {
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 {
@@ -80,7 +81,7 @@ main {
8081

8182
/* Ingredients section */
8283
.ingredients-section {
83-
padding-top: 0.875rem; /* 14px */
84+
padding-top: 0.25rem; /* 4px */
8485
border-bottom: 1px solid hsl(30, 18%, 87%);
8586
}
8687

0 commit comments

Comments
 (0)