Author: Adam Argyle [atom@argyleink.com]
Hash: 3a5385ff312600cc87c537ad557b89240050afe2
Timestamp: Fri, 30 Jun 2023 15:40:59 +0000 (1 year ago)

+6 -1 +/-2 browse
fixes #385
1diff --git a/docsite/index.css b/docsite/index.css
2index 7fdcd8c..c6f8bf6 100644
3--- a/docsite/index.css
4+++ b/docsite/index.css
5 @@ -1216,6 +1216,11 @@ pre[class*="language-"] {
6 }
7 }
8
9+ .match-h5 > * {
10+ font-size: var(--font-size-3);
11+ font-weight: var(--font-weight-9);
12+ }
13+
14 .relative-sizes-demo {
15 display: flex;
16 gap: var(--size-2);
17 diff --git a/docsite/index.html b/docsite/index.html
18index 82616d3..fe79fe2 100644
19--- a/docsite/index.html
20+++ b/docsite/index.html
21 @@ -2963,7 +2963,7 @@
22 }
23 </code></pre>
24 </div>
25- <div class="large-sizes sizes-demo count-em scroll-x-overflow">
26+ <div class="large-sizes match-h5 sizes-demo count-em scroll-x-overflow">
27 <span style="inline-size: var(--size-header-1)"></span>
28 <span style="inline-size: var(--size-header-2)"></span>
29 <span style="inline-size: var(--size-header-3)"></span>