Skip to content

Instantly share code, notes, and snippets.

@mkubdev
Created October 21, 2020 09:40
Show Gist options
  • Select an option

  • Save mkubdev/ef3e8543f44c49f32c3e0ab3e8a15bb1 to your computer and use it in GitHub Desktop.

Select an option

Save mkubdev/ef3e8543f44c49f32c3e0ab3e8a15bb1 to your computer and use it in GitHub Desktop.
#post .post-item {
max-width: 25rem;
}
#post .post-item .post-caption {
padding: 1.5rem;
text-align: center;
background-color: #f6f6f6;
}
#post .post-item .post-caption .post-caption-heading {
font-size: 1.5rem;
font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-weight: 700;
margin-bottom: 0;
}
#post .post-item .post-caption .post-caption-subheading {
font-style: italic;
font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment