<div class="o-region">Hello I have consistent padding top and bottom</div>
<div class="o-region">Hello I have consistent padding top and bottom</div>
/* No context defined. */
  • Content:
    /* ======================================================================
       # _objects.region.css
       ====================================================================== */
    
    .o-region {
      @apply
        py-12
        ;
    }
    
  • URL: /components/raw/region/_objects.region.css
  • Filesystem Path: src/components/03-Objects/region/_objects.region.css
  • Size: 216 Bytes

Region

This should be used for each “section” of the site because it provides a solid, consistent vertical padding.