mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-05 18:35:46 +03:00
Style pledge list page
This commit is contained in:
parent
b210abe340
commit
a2eb531ada
2 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue