diff --git a/src/styles/global.css b/src/styles/global.css index 22a310c..281b86c 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -6,7 +6,7 @@ @tailwind utilities; .chapter-opening-quote blockquote { - @apply border-none text-center; + @apply border-none text-center text-sm; } .chapter-opening-figure > figure { @@ -14,15 +14,15 @@ } .chapter-opening-figure > span { - @apply text-sm font-bold; + @apply text-sm font-semibold; } .chapter-opening-figure > p { - @apply mt-0 text-xs italic leading-6; + @apply mt-0 text-xs italic leading-5; } .chapter-opening-figure > hr { - @apply border-noc-200 mx-auto lg:max-w-[100px]; + @apply mx-auto border-noc-200 lg:max-w-[100px]; } .half-width-right { diff --git a/tailwind.config.js b/tailwind.config.js index 46f763a..d2335f8 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -21,6 +21,7 @@ module.exports = { css: { h1: { textAlign: 'center', + fontWeight: theme('fontWeight.bold'), fontSize: theme('fontSize.3xl'), }, p: {