#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