From 7d91cf3ab46348e1abd53902a48f1fe4f26da7b6 Mon Sep 17 00:00:00 2001 From: Damillora Date: Wed, 4 Dec 2019 15:47:59 +0700 Subject: [PATCH] Update CSS --- assets/css/tailwind.css | 1 + components/ProjectCard.vue | 27 +++++++++++++-------------- layouts/default.vue | 1 + nuxt.config.js | 4 ++++ 4 files changed, 19 insertions(+), 14 deletions(-) diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index a31e444..33893da 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -1,3 +1,4 @@ +@import url('https://fonts.googleapis.com/css?family=Exo+2:300,400,500&display=swap'); @import 'tailwindcss/base'; @import 'tailwindcss/components'; @import 'tailwindcss/utilities'; diff --git a/components/ProjectCard.vue b/components/ProjectCard.vue index 9f0b51e..a3caaf9 100644 --- a/components/ProjectCard.vue +++ b/components/ProjectCard.vue @@ -1,13 +1,17 @@ @@ -20,16 +24,11 @@ export default { diff --git a/layouts/default.vue b/layouts/default.vue index e2ac84f..691af27 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -21,6 +21,7 @@ export default {