Skip to content

Commit

Permalink
Increase maximum screen size for truncation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatcherK committed Feb 10, 2023
1 parent ce652ff commit e2d3588
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion patterns/assets/css/modules/_cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
}

@supports (-webkit-appearance:none) {
@include respond-to-max (1050px) {
@include respond-to-max (1168px) {
/* chrome + safari */
display: none;

Expand Down
4 changes: 2 additions & 2 deletions patterns/converted-html/assets/css/screen.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion patterns/converted-html/assets/css/screen.min.css

Large diffs are not rendered by default.

0 comments on commit e2d3588

Please sign in to comment.