mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-03 09:41:19 +03:00
9 lines
174 B
SCSS
9 lines
174 B
SCSS
![]() |
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;
|
||
|
}
|
||
|
}
|