Skip to content

Instantly share code, notes, and snippets.

@ellenmva
Created September 17, 2013 18:59
Show Gist options
  • Save ellenmva/6599074 to your computer and use it in GitHub Desktop.
Save ellenmva/6599074 to your computer and use it in GitHub Desktop.
Fix for font size and line height to match primary font size and line height.
.hentry ul, .hentry ol {
font-size: @plFontSize;
line-height: @plFontSize * 1.55;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment