mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-02 09:11:17 +03:00
Style pledge list page
This commit is contained in:
parent
b210abe340
commit
a2eb531ada
|
@ -22,6 +22,7 @@
|
|||
@import "about";
|
||||
@import "entry-content";
|
||||
@import "page";
|
||||
@import "pledge-list";
|
||||
@import "site-content";
|
||||
@import "site-header";
|
||||
@import "site-title";
|
||||
|
|
5
themes/wporg-5ftf/css/components/_pledge-list.scss
Normal file
5
themes/wporg-5ftf/css/components/_pledge-list.scss
Normal 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;
|
||||
}
|
Loading…
Reference in a new issue