From 333f23f55cfd842fa2bce00d74df16c29b168185 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Thu, 29 Apr 2021 19:03:17 +0200 Subject: [PATCH] style fixes --- style/page.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 {