@@ -427,10 +427,16 @@ white-space: pre-wrap; /* Whitespace is preserved by the browser. Text will wrap when necessary, and on line breaks */ } + p.verse-heading { + font-feature-settings: "smcp" on, "liga" on, "clig" on, "dlig" on, "kern" on, "onum" on, "pnum" on; + text-align: center; + font-size: 1.3rem; + } + section.entry-content figure { margin: ◊x-lineheight[1] 0; padding: 0; }