mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-02 01:01:18 +03:00
Create file for single pledge styles
This commit is contained in:
parent
416b62a52a
commit
b968c967a7
|
@ -24,6 +24,7 @@
|
|||
@import "entry-content";
|
||||
@import "page";
|
||||
@import "pledge-list";
|
||||
@import "pledge-single";
|
||||
@import "site-content";
|
||||
@import "site-header";
|
||||
@import "site-title";
|
||||
|
|
8
themes/wporg-5ftf/css/components/_pledge-single.scss
Normal file
8
themes/wporg-5ftf/css/components/_pledge-single.scss
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue