Skip to content

Instantly share code, notes, and snippets.

@bearded-avenger
Created March 10, 2015 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bearded-avenger/e398e0ff680fef51b4ad to your computer and use it in GitHub Desktop.
Save bearded-avenger/e398e0ff680fef51b4ad to your computer and use it in GitHub Desktop.
dropcap
.lead {
font-size: 1.3em;
font-weight: 200;
line-height: 1.6;
&.dropcap:first-letter {
float: left;
font-size: 3.4rem;
line-height: 2rem;
padding-top: 1.2rem;
padding-right: 1rem;
font-weight:700;
color:@brand-primary;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment