Style pledge list page

This commit is contained in:
Kelly Dwan 2019-10-09 14:39:12 -04:00
parent b210abe340
commit a2eb531ada
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
2 changed files with 6 additions and 0 deletions

View file

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

View file

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