Skip to content

Commit

Permalink
eco art trail tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dphiffer committed Jun 4, 2024
1 parent a34a692 commit 721c9f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,13 @@ body.page-template-eco-art-trail {
margin-left: auto;
margin-right: auto;
}

.wp-block-embed-youtube, .wp-block-embed-vimeo, .wp-block-embed-soundcloud {
padding-bottom: 15px;
}

.eat-footer {
font-size: $s-xxs;
margin-top: 30px;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
?>
<h1><?php the_title(); ?></h1>
<?php the_content(); ?>
<div class="eat-footer">
Part of the <a href="/project/sanctuary-eco-art-trail/">Sanctuary Eco-Art Trail</a>
</div>
<?php
}
} else {
Expand Down

0 comments on commit 721c9f2

Please sign in to comment.