From 4463aee3642e4977963235fbe90a7b7d8d7504a1 Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Sun, 26 Apr 2020 15:30:23 +0200 Subject: [PATCH] style: Solve warnings --- client/src/App.vue | 158 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------- client/src/components/Card.vue | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------- client/src/components/Hand.vue | 53 +++++++++++++++++++++++++++-------------------------- 3 files changed, 172 insertions(+), 150 deletions(-) diff --git a/client/src/App.vue b/client/src/App.vue index b7094cc..7c5a624 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,91 +1,95 @@ diff --git a/client/src/components/Card.vue b/client/src/components/Card.vue index de97a64..148e181 100644 --- a/client/src/components/Card.vue +++ b/client/src/components/Card.vue @@ -1,55 +1,72 @@ \ No newline at end of file +.card-pic { + max-width: 150px; +} + diff --git a/client/src/components/Hand.vue b/client/src/components/Hand.vue index 4d2b122..10c9616 100644 --- a/client/src/components/Hand.vue +++ b/client/src/components/Hand.vue @@ -1,33 +1,34 @@ \ No newline at end of file +.card-pic { + max-width: 100px; +} + -- libgit2 0.27.0