We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c790c commit 6904be9Copy full SHA for 6904be9
css/index.css
@@ -169,15 +169,15 @@ section {
169
}
170
171
172
-section .language-js {
+.code-interactive {
173
grid-area: code;
174
margin: var(--size-4);
175
max-inline-size: 100%;
176
-}
177
178
-section .language-html {
179
- grid-area: code;
180
- display: none;
+ &:nth-child(2) {
+ grid-area: code;
+ display: none;
+ }
181
182
183
section h6 {
0 commit comments