page-header.less 224 B

123456789
  1. /**
  2. * Page header
  3. * ============================================================================
  4. */
  5. .page-header {
  6. padding-bottom: ((@line-height-computed / 2) - 1);
  7. margin: 0 0 20px;
  8. border-bottom: 1px solid @trim;
  9. }