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 6d3947a commit 08bd95cCopy full SHA for 08bd95c
src/assets/sass/modules/_layout.scss
@@ -494,6 +494,11 @@ main .layout-4col-3span {
494
* Showcase section.
495
*/
496
497
+.wrapper-inner .showcase-container {
498
+ content-visibility: auto;
499
+ contains-intrinsic-size: 0 435px;
500
+}
501
+
502
.showcase-container h3,
503
.showcase-plugins-container > h3,
504
.showcase-themes-container > h3 {
src/assets/sass/modules/_responsive.scss
@@ -356,6 +356,10 @@
356
* Showcase images.
357
358
359
+ .wrapper-inner .showcase-container {
360
+ contains-intrinsic-size: 0 455px;
361
+ }
362
363
364
365
display: block;
0 commit comments