-
Ready in {recipe.readyInMinutes} minutes
-
+
+
+
Quick Facts
+
+
Ready in {recipe.readyInMinutes} minutes
+
+
+
+
Is is affordable? {recipe.cheap}
+
+
+
+
Servings: {recipe.servings}
+
+
+ { recipe.dishTypes && (
)}
+
-
-
Is is affordable? {recipe.cheap}
-
-
-
-
Servings: {recipe.servings}
-
-
- { recipe.dishTypes && (
)}
-
-
+
+ {markets && (
Shop Local!
{displayMarkets}
)}
-
- {markets && (
Shop Local!
{displayMarkets}
)}
-
+
);
}
diff --git a/src/style.scss b/src/style.scss
index b5885ec..290a0fe 100644
--- a/src/style.scss
+++ b/src/style.scss
@@ -45,6 +45,7 @@ body, html {
h4 {
margin-bottom: 0px;
+ margin-top: 10px;
}
h5 {
@@ -287,7 +288,7 @@ body, html {
display: flex;
flex-direction: row;
justify-content: space-between;
- height: 30%
+ height: 35%
}
.ingredient-container {
@@ -320,8 +321,19 @@ body, html {
color: #78774d;
}
- #details {
+ #detail-container {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+ align-items: end;
+ }
+ .details {
+ flex-direction: column;
+ }
+
+ .details-right {
flex-direction: column;
+ text-align: right;
}
#dish-types {