Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / core / themes / seven / css / base / typography.css
1 /**
2 * Reusable utility classes that apply vertical spacing consistency and in line
3 * with the base line height of Seven.
4 */
5 .leader {
6   margin-top: 20px;
7   margin-top: 1.538rem;
8 }
9 .leader-double {
10   margin-top: 40px;
11   margin-top: 3.076rem;
12 }
13 .leader-triple {
14   margin-top: 60px;
15   margin-top: 4.614rem;
16 }
17 .leader-quadruple {
18   margin-top: 80px;
19   margin-top: 6.152rem;
20 }
21 .trailer {
22   margin-bottom: 20px;
23   margin-bottom: 1.538rem;
24 }
25 .trailer-double {
26   margin-bottom: 40px;
27   margin-bottom: 3.076rem;
28 }
29 .trailer-triple {
30   margin-bottom: 60px;
31   margin-bottom: 4.614rem;
32 }
33 .trailer-quadruple {
34   margin-bottom: 80px;
35   margin-bottom: 6.152rem;
36 }