Skip to content

Instantly share code, notes, and snippets.

@domagude
Last active October 29, 2017 11:26
Show Gist options
  • Save domagude/05d7baf166c7e8eb13de6e07b7adc0d9 to your computer and use it in GitHub Desktop.
Save domagude/05d7baf166c7e8eb13de6e07b7adc0d9 to your computer and use it in GitHub Desktop.
#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