Skip to content

Commit

Permalink
changed border location and added padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Jtrobertson committed Mar 14, 2024
1 parent 5026b2e commit 31d7257
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,17 @@ td.last-row {
.ingredients-title,
.instructions-title,
.nutrition-title {
border-bottom: 1px solid hsl(24, 5%, 18%);
color: hsl(14, 45%, 36%);
text-align: left;
font-family: "Young", serif;
}

.recipe-ingredients,
.recipe-instructions {
border-bottom: 1px solid hsl(24, 5%, 18%);
padding-bottom: 20px;
}

/* Recipe Card & Box Settings */

.recipe-card {
Expand Down

0 comments on commit 31d7257

Please sign in to comment.