Skip to content

Instantly share code, notes, and snippets.

@Porter97
Last active March 11, 2020 15:30
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 Porter97/c44ca55705edbdb9bd142d2425de1a9d to your computer and use it in GitHub Desktop.
Save Porter97/c44ca55705edbdb9bd142d2425de1a9d to your computer and use it in GitHub Desktop.
#...
/* Page Headers */
.page-header {
text-align: center;
}
/* Profile Page */
.profile-thumbnail {
border-radius: 50%;
}
#user-title{
font-weight: 900;
font-size: 20pt;
}
#user-description {
font-size: 10pt;
margin-bottom: 2pt;
color: #333333ba
}
#user-meta {
font-size: 8pt;
font-style: italic;
}
/* Content Page */
#content-author {
margin-left: 5pt
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment