five-for-the-future/themes/wporg-5ftf/css/components/_pledge-single.scss
2019-10-27 13:00:53 -04:00

8 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;
}
}