Skip to content

Instantly share code, notes, and snippets.

@domagude
Last active October 29, 2017 11:26
#single-post-content {
background: white;
height: calc(100vh - 50px);
h3 {
text-align: center;
}
p {
margin: 50px 0;
}
.posted-by {
font-size: 12px;
font-size: 1.2rem;
margin: 20px 0;
color: rgba(0,0,0,0.5);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment