diff --git a/style/page.css b/style/page.css index c7020db..b3244d9 100644 --- a/style/page.css +++ b/style/page.css @@ -125,7 +125,6 @@ pre { .ipa, .lang, .ebnf-t { font-family: var(--ipa-font); - letter-spacing: 0.025em; font-feature-settings: "ccmp", "calt", "liga", "loca", "mark", "mkmk", "ss01"; @@ -170,6 +169,12 @@ pre { .example .text { display: block; text-align: center; + width: 80%; + margin: 0.75em auto 0; +} + +blockquote { + font-style: italic; } @@ -220,7 +225,7 @@ main nav { margin-right: 2em; } -figure { +figure:not(.left) { text-align: center; } figure table {