diff --git a/resources/css/blocks/wp-block-pullquote.css b/resources/css/blocks/wp-block-pullquote.css index 2c3246c..27c1b32 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-4xl my-6 border-primary pl-4 border-t border-b; + @apply text-carhop-purple-500 py-6 fjalla font-bold text-2xl 2xl:text-4xl my-6 border-primary pl-4 border-t border-b; }