From 65b451b465c82ae8a05e5f365d5f2be6d0c0b342 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 31 Jul 2024 18:56:43 +0200 Subject: [PATCH] improving the start page layout --- vue3/src/apps/tandoor/Tandoor.vue | 20 +-- .../display/HorizontalMealPlanWindow.vue | 10 +- .../display/HorizontalRecipeWindow.vue | 4 +- vue3/src/components/display/RecipeCard.vue | 24 ++-- vue3/src/pages/StartPage.vue | 121 +++++++++--------- vue3/src/utils/breakpoint_utils.ts | 6 +- 6 files changed, 96 insertions(+), 89 deletions(-) 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 @@