Padded
Add padding around a container so it's not full width. Uses padding on the sides by default.
.l-padded--top
                    
                      By default there's no padding added to the top. Add top padding using this modifier.
                    
                  .l-padded--bottom
                    
                      By default there's no padding added to the bottom. Add bottom padding using this modifier.
                    
                  <section class="l-padded [modifier class]">
 Padded content
</section>