Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jul 22, 2024
1 parent 7e3a229 commit 5a348f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/srm/src/app/homepage/homepage.component.less
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
padding-bottom: 64px;
display: grid;
grid-gap: 0 16px;
grid-template-columns: repeat(auto-fill, minmax(260px,1fr));
grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
grid-auto-rows: 16px;
});
.mobile({
Expand All @@ -349,7 +349,7 @@
padding: 16px;
width: 100%;
.desktop({
max-width: 260px;
max-width: 360px;
height: min-content;
});

Expand Down

0 comments on commit 5a348f6

Please sign in to comment.