💄 Adjust leading on article pagination headings

This commit is contained in:
James Panther
2021-11-06 14:38:33 +11:00
parent a7c1f25c9c
commit ca3581fca7
2 changed files with 14 additions and 10 deletions
+6 -6
View File
@@ -1928,8 +1928,8 @@ body a, body button {
margin-right: 0.75rem;
}
.-mt-1 {
margin-top: -0.25rem;
.mt-\[0\.1rem\] {
margin-top: 0.1rem;
}
.ml-3 {
@@ -2336,14 +2336,14 @@ body a, body button {
line-height: 1.75rem;
}
.leading-3 {
line-height: .75rem;
}
.leading-6 {
line-height: 1.5rem;
}
.leading-3 {
line-height: .75rem;
}
.text-neutral-400 {
color: var(--color-neutral-400);
}