Skip to content

Commit

Permalink
Updated page header styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbohacek committed Aug 30, 2021
1 parent c4c8632 commit 9c22735
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion single.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
?>><?php the_title(); ?></span></h1>
<!-- /post title -->
<div class="post-content">
<p class="text-center lead mb-4 mt-n3 font-weight-bold"><?php echo get_the_excerpt(); ?></p>
<p class="text-center lead mb-5 mt-n3 font-weight-bold"><?php echo get_the_excerpt(); ?></p>

<!-- post thumbnail -->
<?php if ( has_post_thumbnail() ) {
Expand Down
2 changes: 1 addition & 1 deletion template-list-children.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<article id="post-<?php echo $post_id; ?>" <?php post_class(); ?>>
<h1 class="post-title text-center"><?php the_title(); ?></h1>
<div class="post-content">
<p class="text-center lead mb-4 mt-n3 font-weight-bold"><?php echo get_the_excerpt(); ?></p>
<p class="text-center lead mb-5 mt-n3 font-weight-bold"><?php echo get_the_excerpt(); ?></p>
<?php if ( get_post_meta( $post_id, 'hide_featured_image', true ) !== 'on' ){ ?>
<div class="thumbnail-wrapper" style="<?php echo $dominant_color_css; ?>">
<?php
Expand Down
2 changes: 1 addition & 1 deletion template-team-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<article id="post-<?php echo $post_id; ?>" <?php post_class(); ?>>
<h1 class="post-title text-center"><?php the_title(); ?></h1>
<div class="post-content">
<p class="text-center lead mb-4 mt-n3 font-weight-bold"><?php echo get_the_excerpt(); ?></p>
<p class="text-center lead mb-5 mt-n3 font-weight-bold"><?php echo get_the_excerpt(); ?></p>
<?php if ( get_post_meta( $post_id, 'hide_featured_image', true ) !== 'on' ){ ?>
<div class="thumbnail-wrapper" style="<?php echo $dominant_color_css; ?>">
<?php
Expand Down

0 comments on commit 9c22735

Please sign in to comment.