Skip to content

Commit

Permalink
cleanup: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChellappanRajan committed Aug 5, 2021
1 parent 3a16db0 commit a2e7357
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/app/pages/listings/listings.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,3 @@ main{
grid-gap: 1rem;
grid-template-columns: 240px 1fr;
}
// .listing{
// padding: 1rem;
// }
// li{
// list-style: none;
// }
// .l{
// display: grid;
// grid-gap: 10px;
// grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
// }

0 comments on commit a2e7357

Please sign in to comment.