Skip to content

Commit 67f2811

Browse files
committed
Add headline, remove space
1 parent 4575227 commit 67f2811

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/container-queries.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@
126126
}
127127
</style>
128128

129+
<h1>Container Queries Demo</h1>
130+
129131
<h2>Width Queries</h2>
130132

131133
<h3>min-width</h3>
@@ -256,7 +258,7 @@ <h3>max-aspect-ratio</h3>
256258
}
257259
`)}
258260
259-
/* Max-height in px */
261+
/* Max-height in px */
260262
${containerQuery('.maxheight', el => el.offsetHeight <= 200, `
261263
.maxheight {
262264
background: greenyellow;

0 commit comments

Comments
 (0)