mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-05 10:25:45 +03:00
8 lines
174 B
SCSS
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;
|
|
}
|
|
}
|