Skip to content

Commit 08bd95c

Browse files
committed
And another one
1 parent 6d3947a commit 08bd95c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/assets/sass/modules/_layout.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,11 @@ main .layout-4col-3span {
494494
* Showcase section.
495495
*/
496496

497+
.wrapper-inner .showcase-container {
498+
content-visibility: auto;
499+
contains-intrinsic-size: 0 435px;
500+
}
501+
497502
.showcase-container h3,
498503
.showcase-plugins-container > h3,
499504
.showcase-themes-container > h3 {

src/assets/sass/modules/_responsive.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,10 @@
356356
* Showcase images.
357357
*/
358358

359+
.wrapper-inner .showcase-container {
360+
contains-intrinsic-size: 0 455px;
361+
}
362+
359363
.showcase-plugins-container > h3,
360364
.showcase-themes-container > h3 {
361365
display: block;

0 commit comments

Comments
 (0)