Skip to content

Commit

Permalink
fine tune masonry
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jul 22, 2024
1 parent a54e893 commit 7e3a229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/srm/src/app/homepage/homepage.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1 class='tagline'>

<div class='homepage-groups' #homepageGroups>
@for (group of groups; track group.title) {
<div class='homepage-group'>
<div class='homepage-group' [style.gridRowEnd]='"span 15"'>
@if (!!group.query) {
<div class='homepage-group-title'>
<h3>
Expand Down
2 changes: 1 addition & 1 deletion projects/srm/src/app/homepage/homepage.component.less
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
display: grid;
grid-gap: 0 16px;
grid-template-columns: repeat(auto-fill, minmax(260px,1fr));
grid-auto-rows: 20px;
grid-auto-rows: 16px;
});
.mobile({
display: flex;
Expand Down

0 comments on commit 7e3a229

Please sign in to comment.