Refine content styles

This commit is contained in:
John O'Nolan 2019-11-10 22:16:47 +07:00
parent c01b79fb04
commit a940d2351c
6 changed files with 325 additions and 315 deletions

View file

@ -72,6 +72,22 @@ html,
height: 2rem;
}
/* Post header
/* ---------------------------------------------------------- */
.gh-excerpt {
grid-row: 2 / 3;
}
.gh-image {
grid-column: full-start / full-end;
width: 100%;
}
.gh-post-footer {
margin: 2rem 0;
}
/* Errors
/* ---------------------------------------------------------- */