}
body {
- font: -apple-system-body;
font-size: 1em;
+ font: -apple-system-body;
font-family: "Hoefler Text", "Times New Roman", serif;
font-feature-settings: "liga" 1, "dlig" 1, "pnum" 1;
line-height: 1.6;
.columned {
width: max-content;
+ padding: 0 0 0 66px;
}
.columned .h2:not(:only-child) {
}
.columned .h2:not(:only-child) pre { width: 25em }
+
+ header {
+ float: left;
+ margin-top: 1.2em;
+ }
}
.columned .h2:first-of-type pre {