Skip to content

Instantly share code, notes, and snippets.

@makzan
Last active January 12, 2016 15:08
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 makzan/d54c44ca3197a5cd3f4b to your computer and use it in GitHub Desktop.
Save makzan/d54c44ca3197a5cd3f4b to your computer and use it in GitHub Desktop.
First letter and inline-block
.latest-post-title-inline {
display: inline-block;
}
.latest-post-title-inline:first-letter {
text-transform: lowercase;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment