diff --git a/vue3/src/apps/tandoor/Tandoor.vue b/vue3/src/apps/tandoor/Tandoor.vue index b331aa800..10677a9df 100644 --- a/vue3/src/apps/tandoor/Tandoor.vue +++ b/vue3/src/apps/tandoor/Tandoor.vue @@ -39,16 +39,16 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/vue3/src/components/display/HorizontalMealPlanWindow.vue b/vue3/src/components/display/HorizontalMealPlanWindow.vue index 355b2878a..36e660d53 100644 --- a/vue3/src/components/display/HorizontalMealPlanWindow.vue +++ b/vue3/src/components/display/HorizontalMealPlanWindow.vue @@ -1,9 +1,9 @@ - - - Meal Plans - - + + + + + diff --git a/vue3/src/components/display/HorizontalRecipeWindow.vue b/vue3/src/components/display/HorizontalRecipeWindow.vue index cfd0d2657..612aa1233 100644 --- a/vue3/src/components/display/HorizontalRecipeWindow.vue +++ b/vue3/src/components/display/HorizontalRecipeWindow.vue @@ -1,7 +1,7 @@ - {{ title }} + {{ title }} @@ -11,7 +11,7 @@ - + diff --git a/vue3/src/components/display/RecipeCard.vue b/vue3/src/components/display/RecipeCard.vue index 7ec627294..30939e366 100644 --- a/vue3/src/components/display/RecipeCard.vue +++ b/vue3/src/components/display/RecipeCard.vue @@ -10,7 +10,7 @@ > @@ -31,17 +31,17 @@ - - - - - - {{ recipe.workingTime! + recipe.waitingTime! }} - - - - - + + + + + + + + + + + diff --git a/vue3/src/pages/StartPage.vue b/vue3/src/pages/StartPage.vue index 5cf3db8c4..66897b5bf 100644 --- a/vue3/src/pages/StartPage.vue +++ b/vue3/src/pages/StartPage.vue @@ -1,79 +1,86 @@ - + - + + + + + - - - - - - + + + + + + + + + diff --git a/vue3/src/utils/breakpoint_utils.ts b/vue3/src/utils/breakpoint_utils.ts index be3621bc6..933859df9 100644 --- a/vue3/src/utils/breakpoint_utils.ts +++ b/vue3/src/utils/breakpoint_utils.ts @@ -11,13 +11,13 @@ export function homePageCols(breakpoint: string){ return 4 } case "lg": { - return 5 + return 4 } case "xl": { - return 6 + return 5 } case "xxl": { - return 7 + return 6 } default: { return 1