From a558241865c4716ad932b8851f311571c8eb120a Mon Sep 17 00:00:00 2001 From: Brent Miller Date: Sun, 19 Jul 2020 21:29:33 -0400 Subject: [PATCH] type; logo; hides unused sections for now --- assets/svgs/logo.svg | 2 +- components/Hero.vue | 16 +++++++++------- layouts/default.vue | 2 +- pages/index.vue | 4 ++-- pages/style-guide.vue | 16 +++++++++++++++- tailwind.config.js | 1 + 6 files changed, 29 insertions(+), 12 deletions(-) diff --git a/assets/svgs/logo.svg b/assets/svgs/logo.svg index bac8f81..6a216e1 100644 --- a/assets/svgs/logo.svg +++ b/assets/svgs/logo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/components/Hero.vue b/components/Hero.vue index a6ac58d..80829ca 100644 --- a/components/Hero.vue +++ b/components/Hero.vue @@ -1,17 +1,19 @@ diff --git a/tailwind.config.js b/tailwind.config.js index 82f63a8..5b93399 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -123,6 +123,7 @@ module.exports = { }, }, fontSize: { + '48': '3rem', '80': '5rem', '96': '6rem', },