diff --git a/resources/css/blocks/wp-block-pullquote.css b/resources/css/blocks/wp-block-pullquote.css index 0c475c3..2c3246c 100644 --- a/resources/css/blocks/wp-block-pullquote.css +++ b/resources/css/blocks/wp-block-pullquote.css @@ -1,3 +1,3 @@ .wp-block-pullquote { - @apply text-carhop-purple-500 py-6 fjalla font-bold text-3xl my-6 border-primary pl-4 border-t border-b; + @apply text-carhop-purple-500 py-6 fjalla font-bold text-4xl my-6 border-primary pl-4 border-t border-b; }