Smaller text on mobile
This commit is contained in:
parent
7c72478cf0
commit
43bab4a5ce
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ if ( have_posts() ) : ?>
|
||||||
<?php
|
<?php
|
||||||
while ( have_posts() ) : the_post(); ?>
|
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() ?>">
|
<a class="text-black hover:text-grey-darkest hover:no-underline" href="<?php print get_permalink() ?>">
|
||||||
<?php the_title(); ?>
|
<?php the_title(); ?>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue