.content-body must execute by style padding .
In fact, not what it seems.

one

 .content-body { display: block; padding: 40px 140px 40px 140px; .margin-60 { padding-right: 60px; padding-left: 0; position: relative; font-family: 'Prata', sans-serif; .chapter { color: $hoverTitle; font-family: 'Prata', sans-serif; } .line-spacer { margin-top: 30px; padding-top: 30px; border-top: 1px dashed $grey; } .menu-tags { .tag { display: inline-block; margin-top: 10px; padding: 5px 5px 5px 5px; width: 20%; font-family: 'Karla', sans-serif; color: $grey; font-size: 14px; line-height: 24px; text-align: center; text-decoration: none; } } } } 
  • Add the code ... - user207618
  • And do we think of HTML ourselves / look up on the picture? And it's better to lay out CSS in order to avoid the trite preprocessor generation curve. - user207618
  • and how without preprocesses, which have important values? - Valery Anestiadi

1 answer 1

Solved the problem: rearrange from min-width: 997px to max-width: 997px. Be attentive!