reduce the weight of the 'Just one more thing' font

This commit is contained in:
benjamin melançon 2019-08-01 09:48:14 -04:00
parent 0ea75072c4
commit d204decc98

View file

@ -19,3 +19,9 @@
border-top: 0; border-top: 0;
} }
} }
.section.related .title.is-5 {
font-size: 1.1rem;
line-height: 1.25em;
font-weight: normal; // TODO just remove the '.title' instead.
}