Skip to content

Instantly share code, notes, and snippets.

@bsturdivan
Created January 4, 2013 22:00
Show Gist options
  • Save bsturdivan/4457433 to your computer and use it in GitHub Desktop.
Save bsturdivan/4457433 to your computer and use it in GitHub Desktop.
.content-header {
&.content-header-title {
padding: $spacing-block-base 0 ($spacing-block-base * 2) 0;
border-bottom: 1px solid $color-border;
margin-bottom: 30px;
font-size: ($font-size-base * 3.25);
.h {
margin-bottom: 0;
color: $gray-light;
font-weight: normal;
&.article {
@include heading();
}
}
}
.breadcrumb {
margin-bottom: ($spacing-block-base * .5);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment