.content { max-width: $width-content; margin: 0 auto; padding: 2rem; } @media (max-width: $width-mobile) { .content { padding: 1rem; } }