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 10, 2024
1 parent 9d84609 commit ffa4d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions weather-node/public/css/style-weatherNode.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ body {
.card-container {
/* flex: 1 1 130px;
flex-basis: 130px; */
display:flex
display:flex;
flex-wrap: wrap;
justify-content: center;
/* max-width: calc (33.333% - 40px); */
margin: 20px;
border-radius: 20px;
Expand All @@ -96,7 +97,6 @@ body {
cursor: pointer;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 10px;
position : relative;
}
Expand Down

0 comments on commit ffa4d4b

Please sign in to comment.