We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
font-size
h2
1 parent 8c725dc commit 87b8309Copy full SHA for 87b8309
1 file changed
src/components/ApiExplorer.astro
@@ -126,7 +126,15 @@ import { Aside } from '@astrojs/starlight/components'
126
>https://pokemon.co/v2/pokemon/ditto</a>
127
</p>
128
129
- <article id="json-preview" data-ditto={dittoJson} class="not-content">
+ <article
130
+ id="json-preview"
131
+ data-ditto={dittoJson}
132
+ class="
133
+ not-content
134
+ [&_summary_header_h2]:text-lg!
135
+ md:[&_summary_header_h2]:text-xl!
136
+ "
137
+ >
138
<div id="json-container">hello</div>
139
</article>
140
</section>
0 commit comments