Skip to content

Commit

Permalink
CSS fix for card grid
Browse files Browse the repository at this point in the history
  • Loading branch information
JSat3st committed Jun 22, 2022
1 parent 4d248cc commit ecbe253
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/themes/custom/relaunch2018/css/global.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions web/themes/custom/relaunch2018/scss/views/view--projects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
@include media-breakpoint-up(lg) {
grid-template-columns: 1fr 1fr 1fr;
}
.views-row {
min-width: 0;
}
}
}

Expand Down

0 comments on commit ecbe253

Please sign in to comment.