style fixes
This commit is contained in:
parent
f90b38a887
commit
333f23f55c
1 changed files with 7 additions and 2 deletions
|
@ -125,7 +125,6 @@ pre {
|
||||||
|
|
||||||
.ipa, .lang, .ebnf-t {
|
.ipa, .lang, .ebnf-t {
|
||||||
font-family: var(--ipa-font);
|
font-family: var(--ipa-font);
|
||||||
letter-spacing: 0.025em;
|
|
||||||
|
|
||||||
font-feature-settings:
|
font-feature-settings:
|
||||||
"ccmp", "calt", "liga", "loca", "mark", "mkmk", "ss01";
|
"ccmp", "calt", "liga", "loca", "mark", "mkmk", "ss01";
|
||||||
|
@ -170,6 +169,12 @@ pre {
|
||||||
.example .text {
|
.example .text {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
width: 80%;
|
||||||
|
margin: 0.75em auto 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -220,7 +225,7 @@ main nav {
|
||||||
margin-right: 2em;
|
margin-right: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure {
|
figure:not(.left) {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
figure table {
|
figure table {
|
||||||
|
|
Loading…
Reference in a new issue