five-for-the-future/themes/wporg-5ftf/css/components/_pledge-single.scss

9 lines
174 B
SCSS
Raw Normal View History

2019-10-27 13:00:50 -04:00
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;
}
}