Skip to content

Commit

Permalink
Update .card, .card-large on style-weatherNode.css. and index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrehlb committed Jan 10, 2024
1 parent 98b73d2 commit 2d0350d
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions weather-node/public/css/style-weatherNode.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@ body {
}

.card-container {
flex: 1 1 130px;
flex-basis: 130px;
max-width: calc (33.333% - 40px);
/* flex: 1 1 130px;
flex-basis: 130px; */
display:flex
flex-wrap: wrap;
/* max-width: calc (33.333% - 40px); */
margin: 20px;
border-radius: 20px;
overflow: hidden;
Expand All @@ -92,7 +94,6 @@ body {
width: 200px;
text-align: center;
cursor: pointer;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
Expand Down Expand Up @@ -228,15 +229,4 @@ body {
.card-container {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
filter:brightness(70%);
}











}

0 comments on commit 2d0350d

Please sign in to comment.