font sizes change on wp

This commit is contained in:
Jerry
2022-12-06 16:18:15 +01:00
parent 4ad47e399f
commit c69ede8e92
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
<div class="inner-cont">
<div class="flex">
<div class="blog-title col">
<h1><b><?=get_the_title($post); ?></b></h1>
<h1><?=get_the_title($post); ?></h1>
</div>
<div class="blog-img col">
<img src="<?=get_the_post_thumbnail_url(); ?>" alt="How To Become An Author In 2020">