Skip to content

Commit

Permalink
chore: importante
Browse files Browse the repository at this point in the history
  • Loading branch information
TrebledJ committed Nov 7, 2023
1 parent 21792b9 commit 63b85a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/scss/_layouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,19 @@
.related-col-flex-auto-4 {
@include media-breakpoint-up(xl) {
flex: 0 0 auto;
width: 33.333333333%;
width: 33.333333333% !important;
}
@include media-breakpoint-between(sm, xl) {
flex: 0 0 auto;
width: 50%;
width: 50% !important;

// Limit number of rows.
&:nth-child(n+5) {
display: none;
}
}
@include media-breakpoint-down(sm) {
width: 100%;
width: 100% !important;

// Limit number of rows.
&:nth-child(n+4) {
Expand Down

0 comments on commit 63b85a8

Please sign in to comment.