balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

heading.css (248B)


      1 .rwmb-heading-wrapper {
      2 	display: block;
      3 }
      4 .rwmb-heading-wrapper h4 {
      5 	display: block;
      6 	font-size: .75rem;
      7 	line-height: 1.4;
      8 	border-bottom: 1px solid rgb(230, 230, 230);
      9 	text-transform: uppercase;
     10 	padding: .75rem 0 .375rem;
     11 	margin: 0 0 6px;
     12 }