Skip to content

Commit

Permalink
fix(pie-thumbnail): DSW-2616 update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
raoufswe committed Feb 18, 2025
1 parent 39f677f commit 0c029ed
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions apps/pie-docs/src/assets/styles/components/_contentLayout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,20 @@
flex: 0 1 calc(50% - (var(--dt-spacing-e) / 2));
}
}
}

&.c-columns--three {
@include f.media('>=huge') {
flex-flow: row wrap;

&.c-columns--three {
@include f.media('>=huge') {
flex-flow: row wrap;

> * {
// stylelint-disable-next-line declaration-block-no-redundant-longhand-properties
flex: 0 1 calc(33.333% - var(--dt-spacing-e)); // Three equal-width columns
}
> * {
// stylelint-disable-next-line declaration-block-no-redundant-longhand-properties
flex: 0 1 calc(33.333% - var(--dt-spacing-e)); // Three equal-width columns
}
}

.c-contentPage-img {
height: 100%;
}
.c-contentPage-img {
height: 100%;
}
}

Expand Down

0 comments on commit 0c029ed

Please sign in to comment.