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 f75ecd0 commit f1d4a3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion weather-node/public/css/style-weatherNode.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ body {
/* flex: 1 1 130px;
flex-basis: 130px; */
display:flex;
flex-wrap: wrap;
flex-direction: row;
/* flex-wrap: wrap; */
justify-content: space-between;
/* max-width: calc (33.333% - 40px); */
margin: 20px;
Expand Down Expand Up @@ -207,6 +208,7 @@ body {
}

.card-condicoes-agronomicas {
/* background-image: url('/css/images/Andrehlb2024-01-03-SVG-LargeTransparentCentralArea-smallAgriculturalIconsPlantsTractorsCrops.png'); */
background-size: cover;
background-repeat: no-repeat;
background-position: center;
Expand Down

0 comments on commit f1d4a3a

Please sign in to comment.