Herman Main-Content Region
Styles related to the main content area in generated Herman docs.
[data-region='main']
          
            scss
          
          
        
      
      
      
      [data-region='main'] {
  @include tools.z-index('main');
  @include tools.above('page-break') {
    overflow: hidden;
  }
}
    Layout and styles for the main content region.
[data-page]
          
            scss
          
          
        
      
      
      
      [data-page] {
  padding: tools.size('flex-gutter');
  position: relative;
}
    Generic wrapper for page-specific content.