This placeholder in the pfe-sass/extends/_extends.scss file has the padding property using the container-spacer var, and it should use container-padding.
/// Set up a container element
%container {
position: relative;
display: block;
width: 100%;
padding: pfe-var(container-spacer);
}Reactions are currently unavailable
This placeholder in the pfe-sass/extends/_extends.scss file has the padding property using the container-spacer var, and it should use container-padding.