Skip to content

Instantly share code, notes, and snippets.

@stefansheva
Created April 19, 2020 12:52
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 stefansheva/3fc602e6afe0b08f51e6fe155a334766 to your computer and use it in GitHub Desktop.
Save stefansheva/3fc602e6afe0b08f51e6fe155a334766 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