From d3d73a6b5ca28535ff80fd1c46553ebdf1a2f5bd Mon Sep 17 00:00:00 2001 From: Rohan Verma Date: Sun, 10 Feb 2019 20:04:11 +0530 Subject: [PATCH] feat: embed twitter --- assets/css/main.css | 1 - components/ContactCard.vue | 4 ++-- components/ProjectList.vue | 11 +++++++++-- components/TwitterEmbed.vue | 5 +++++ pages/index.vue | 9 +++++++-- 5 files changed, 23 insertions(+), 7 deletions(-) create mode 100644 components/TwitterEmbed.vue diff --git a/assets/css/main.css b/assets/css/main.css index 8029d70..36ca5fc 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -19,7 +19,6 @@ body { -moz-animation: Gradient 15s ease infinite; animation: Gradient 15s ease infinite; min-height: 100%; - height: 100%; } @-webkit-keyframes Gradient { diff --git a/components/ContactCard.vue b/components/ContactCard.vue index dee0e71..8c8768e 100644 --- a/components/ContactCard.vue +++ b/components/ContactCard.vue @@ -1,9 +1,9 @@