minor styling improvements, increment version
This commit is contained in:
parent
a7dbb5b297
commit
1283fd2b74
8 changed files with 24 additions and 24 deletions
content-templates
|
@ -51,7 +51,7 @@ $post_class = esc_attr( implode( ' ', get_post_class( $post_class ) ) );
|
|||
<div class="article post-body">
|
||||
<?php
|
||||
if ( has_post_thumbnail() ) {
|
||||
echo get_the_post_thumbnail( get_the_ID(), 'large', ['class' => 'rounded shadow mb-3 mw-100 h-auto'] );
|
||||
echo get_the_post_thumbnail( get_the_ID(), 'large', ['class' => 'rounded shadow mt-1 mb-4 mw-100 h-auto'] );
|
||||
}
|
||||
|
||||
the_content();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue