Adjust vertical rhythm

This commit is contained in:
John O'Nolan 2019-11-11 23:51:52 +07:00
parent 32876107cb
commit 7a07f65068
5 changed files with 26 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -64,7 +64,18 @@
/* ---------------------------------------------------------- */
.gh-content > * + * {
margin-top: 3vw;
margin-top: 4vw;
}
@media (min-width: 600px) {
.gh-content > * + * {
margin-top: 3vw;
}
}
@media (min-width: 1100px) {
.gh-content > * + * {
margin-top: 4.2rem;
}
}
.gh-content > [id] + * {
@ -146,6 +157,15 @@
margin-top: 6vw;
}
@media (min-width: 600px) {
:not(.kg-card):not([id]) + .kg-card {
margin-top: 6vw;
}
.kg-card + :not(.kg-card):not([id]) {
margin-top: 6vw;
}
}
@media (min-width: 1100px) {
:not(.kg-card):not([id]) + .kg-card {
margin-top: 6rem;

View File

@ -130,8 +130,8 @@ h6 {
}
h1 {
font-size: 5.7rem;
font-weight: 800;
font-size: 4.6rem;
letter-spacing: -0.5px;
}
@media (max-width: 500px) {
h1 {
@ -140,7 +140,7 @@ h1 {
}
h2 {
font-size: 4rem;
font-size: 3.4rem;
}
@media (max-width: 500px) {
h2 {

View File

@ -75,10 +75,6 @@ html,
/* Post header
/* ---------------------------------------------------------- */
.gh-excerpt {
grid-row: 2 / 3;
}
.gh-image {
grid-column: full-start / full-end;
width: 100%;