Skip to content

Commit

Permalink
update style grid
Browse files Browse the repository at this point in the history
  • Loading branch information
kelwys committed Mar 22, 2021
1 parent d95411e commit 01d00d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/GridPokemons/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,16 @@ export const Grid = styled.div`
.container {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.content {
height: 140px;
flex: 1;
min-width: 140px;
background: #FFF;
border-radius: 5px;
margin: 5px;
padding: 5px;
display: block;
text-decoration: none;
text-align: center;
Expand Down

0 comments on commit 01d00d8

Please sign in to comment.