From fd86250af14516eac911960c849bddc2d7a0b984 Mon Sep 17 00:00:00 2001 From: Jessica Schilling Date: Tue, 8 Jun 2021 12:40:14 -0600 Subject: [PATCH] style: tweak h4/h5 styling for better hierarchy --- src/.vuepress/theme/components/blog/VideoModalContent.vue | 2 +- src/.vuepress/theme/tailwind.config.js | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/.vuepress/theme/components/blog/VideoModalContent.vue b/src/.vuepress/theme/components/blog/VideoModalContent.vue index c8bf9b1a..e10cad59 100644 --- a/src/.vuepress/theme/components/blog/VideoModalContent.vue +++ b/src/.vuepress/theme/components/blog/VideoModalContent.vue @@ -5,7 +5,7 @@ itemscope itemtype="https://schema.org/BlogPosting" > -

+

{{ videoModalCard.title }} diff --git a/src/.vuepress/theme/tailwind.config.js b/src/.vuepress/theme/tailwind.config.js index 6f554718..d41810fd 100644 --- a/src/.vuepress/theme/tailwind.config.js +++ b/src/.vuepress/theme/tailwind.config.js @@ -139,22 +139,22 @@ const theme = { h4: { fontFamily: theme('fontFamily.sans'), fontWeight: theme('fontWeight.normal'), - fontSize: theme('fontSize.24'), + fontSize: theme('fontSize.18'), letterSpacing: theme('letterSpacing.normal'), lineHeight: theme('lineHeight.130'), '@screen sm': { - fontSize: theme('fontSize.24'), + fontSize: theme('fontSize.18'), lineHeight: theme('lineHeight.140'), }, }, h5: { fontFamily: theme('fontFamily.display'), fontWeight: theme('fontWeight.semibold'), - fontSize: theme('fontSize.18'), + fontSize: theme('fontSize.16'), letterSpacing: theme('letterSpacing.tight'), lineHeight: theme('lineHeight.130'), '@screen sm': { - fontSize: theme('fontSize.22'), + fontSize: theme('fontSize.16'), }, }, p1: {