From 0e7a5579872bd81d7f53f3f41b0eac6fe7dd6150 Mon Sep 17 00:00:00 2001 From: Rohan Verma Date: Tue, 31 Jul 2018 22:52:36 +0530 Subject: [PATCH] feat: new layout --- src/App.vue | 2 +- src/components/ContactCard.vue | 29 ++++++++++++++--------------- src/components/MainPage.vue | 33 +++++++++++++++++++-------------- src/components/ProfileList.vue | 14 +++----------- src/components/ProjectList.vue | 16 +++++++++------- 5 files changed, 46 insertions(+), 48 deletions(-) diff --git a/src/App.vue b/src/App.vue index 42087f5..4fa8f4f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -18,7 +18,7 @@ export default { return { title: 'Rohan Verma', bgc: { - backgroundColor: '#80DEEA' + backgroundColor: '#4833f4' } } } diff --git a/src/components/ContactCard.vue b/src/components/ContactCard.vue index 7e48147..56fa133 100644 --- a/src/components/ContactCard.vue +++ b/src/components/ContactCard.vue @@ -1,29 +1,29 @@ \ No newline at end of file diff --git a/src/components/MainPage.vue b/src/components/MainPage.vue index e6f8c61..2e14d4c 100644 --- a/src/components/MainPage.vue +++ b/src/components/MainPage.vue @@ -1,21 +1,26 @@ diff --git a/src/components/ProfileList.vue b/src/components/ProfileList.vue index 3363432..60da41f 100644 --- a/src/components/ProfileList.vue +++ b/src/components/ProfileList.vue @@ -1,19 +1,12 @@