Skip to content

Commit

Permalink
www updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratikshakhandagale committed Aug 14, 2024
1 parent 96c221b commit c6f94d9
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 25 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion www/4392.7b2b864b3df600be.js

This file was deleted.

1 change: 1 addition & 0 deletions www/4392.b4fe58b088879926.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions www/8761.783f7b6e1b8d63de.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion www/8761.a5f365a42a2d36f4.js

This file was deleted.

20 changes: 20 additions & 0 deletions www/assets/styles/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,24 @@

.no-data {
text-align: center;
}

#content-list{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

@media (max-width: 700px) {

#content-list{
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

}
Loading

0 comments on commit c6f94d9

Please sign in to comment.