Skip to content

Commit

Permalink
Merge pull request #185 from mediasanctuary/main
Browse files Browse the repository at this point in the history
Eco Art Trail improvements
  • Loading branch information
dphiffer authored Jun 4, 2024
2 parents 0bffb6e + 345223c commit 50f3979
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions wp-content/themes/mediasanctuary/css/pages/_eco-art-trail.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ body.page-template-eco-art-trail {
background-color: $c-asphalt;
color: $c-white;

#content h1 {
padding-bottom: 24px;
}

.content {
width: 100%;
max-width: 700px;
Expand All @@ -10,11 +14,20 @@ body.page-template-eco-art-trail {
}

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

.eat-footer {
font-size: $s-xxs;
color: $c-slate;
font-size: $s-xs;
margin-top: 30px;

a {
color: $c-slate;

&:hover {
color: $c-white;
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<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>
Part of the <a href="/project/sanctuary-eco-art-trail/" target="_blank">Sanctuary Eco-Art Trail</a>
</div>
<?php
}
Expand Down

0 comments on commit 50f3979

Please sign in to comment.