Create file for single pledge styles

This commit is contained in:
Kelly Dwan 2019-10-27 13:00:50 -04:00
parent 416b62a52a
commit b968c967a7
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
2 changed files with 9 additions and 0 deletions

View file

@ -24,6 +24,7 @@
@import "entry-content";
@import "page";
@import "pledge-list";
@import "pledge-single";
@import "site-content";
@import "site-header";
@import "site-title";

View file

@ -0,0 +1,8 @@
body.single.single-5ftf_pledge {
// Expand archive content area to full-width of header.
.site-content .site-main {
padding: 0 10px;
max-width: $size__site-main;
}
}