Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Increasing generator card size to fit most IP lengths
  • Loading branch information
Evan Langlais committed Apr 30, 2019
1 parent c23ef5d commit c210876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/generator-search/generator-search.component.css
Expand Up @@ -14,11 +14,11 @@ a#genLink {
} */

mat-card.generator-card {
width: 300px;
width: 400px;
height: 300px;
margin: 5px;
}

mat-card:hover {
cursor: pointer;
}
}

0 comments on commit c210876

Please sign in to comment.