From 3067a84e2a66789d45834f8e97a8a397e1e6c413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Fri, 7 Feb 2020 14:27:03 +0100 Subject: [PATCH 1/9] Only show rating if defined. --- src/components/TodaysPage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TodaysPage.vue b/src/components/TodaysPage.vue index 8b19038..f57d838 100644 --- a/src/components/TodaysPage.vue +++ b/src/components/TodaysPage.vue @@ -10,8 +10,8 @@

{{ wine.name }}

- {{ wine.rating }} rating - Les mer + {{ wine.rating }} rating + Les mer
From e90ff8e5f575a730e62876c2de71f1d3d0caa160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Fri, 7 Feb 2020 14:28:10 +0100 Subject: [PATCH 2/9] Styling on todays wines more mobile friendly. --- src/components/TodaysPage.vue | 36 +++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/src/components/TodaysPage.vue b/src/components/TodaysPage.vue index f57d838..e40f960 100644 --- a/src/components/TodaysPage.vue +++ b/src/components/TodaysPage.vue @@ -41,6 +41,8 @@ export default {