We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3ba2d commit 85b847fCopy full SHA for 85b847f
1 file changed
webgpu/lessons/resources/lesson.css
@@ -460,10 +460,17 @@ div[data-diagram] {
460
}
461
.webgpu_center>div,
462
.webgpu_center>img,
463
+.webgpu_center>svg,
464
.webgpu_center>video,
465
.webgpu_center>object {
466
max-width: 100%;
467
468
+.webgpu_center>img,
469
470
+.webgpu_center>video,
471
+.webgpu_center>object {
472
+ width: 100%;
473
+}
474
.webgpu_center>table {
475
display: inline-table;
476
0 commit comments