Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -1965,14 +1965,18 @@ a.hashtag:hover {
height: auto;
margin: 0 auto;
}
/* Shrink-to-fit box: a short caption hugs its text and reads centered; a long
one fills to max-width and stays flush-left (a centered multi-line block
gives the eye a ragged left edge to hunt for on each return sweep). */
.article-body .inline-figure-caption {
display: table;
margin: 10px auto 0;
max-width: 78ch;
font-family: var(--font-read);
font-size: 14px;
line-height: 1.55;
color: var(--ink-2);
margin-top: 10px;
text-align: left;
max-width: 78ch;
}

.article-body .table-wrap {
Expand Down
Loading