Skip to content

Commit

Permalink
more eat tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dphiffer committed Jun 4, 2024
1 parent 721c9f2 commit acaa572
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 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;

h1 {
padding-bottom: 30px;
}

.content {
width: 100%;
max-width: 700px;
Expand All @@ -10,11 +14,16 @@ 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: mix($c-white, $c-asphalt, 0.5);
font-size: $s-xs;
margin-top: 30px;

a {
color: $c-white;
}
}
}

0 comments on commit acaa572

Please sign in to comment.