Smaller text on mobile

This commit is contained in:
Oliver Davies 2019-03-17 22:56:57 +00:00
parent 7c72478cf0
commit 43bab4a5ce

View file

@ -7,7 +7,7 @@ if ( have_posts() ) : ?>
<?php
while ( have_posts() ) : the_post(); ?>
<h2 class="text-5xl font-bold mt-6 mb-8">
<h2 class="text-4xl md:text-5xl font-bold mt-6 mb-8">
<a class="text-black hover:text-grey-darkest hover:no-underline" href="<?php print get_permalink() ?>">
<?php the_title(); ?>
</a>