Skip to content

Commit

Permalink
Update .card, .card-large on style-weatherNode.css.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrehlb committed Jan 7, 2024
1 parent e1a8b52 commit 601d95c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion weather-node/public/css/style-weatherNode.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ body {

.card, .card-large {
flex: 1;
flex-basis: 200px;
flex-basis: 100px;
max-width: 300px;
margin: 20px;
border-radius: 20px;
overflow: hidden;
Expand Down

0 comments on commit 601d95c

Please sign in to comment.