Analytics layout update, larger, consistent text sizing.

This commit is contained in:
2026-08-22 14:45:56 +00:00
parent 319163ee7e
commit 8aad64cced
6 changed files with 66 additions and 27 deletions
+5 -2
View File
@@ -791,8 +791,11 @@ figure:has(img[width]) {
The rules below re-anchor the bleed for the layouts where the article
is not viewport-centered; each just overrides width/margin-inline, and
later rules win at equal specificity. */
figure:has(.wide) {
later rules win at equal specificity. The analytics dashboard uses the
same breakout directly on its container (div.wide — it is the page's
whole content, not a figure). */
figure:has(.wide),
div.wide {
width: 100vw;
max-width: none;
margin-inline: calc(50% - 50vw);