From c63057f2b9909e5c7501c3933527dbad54a26f54 Mon Sep 17 00:00:00 2001 From: Andrehlb Date: Wed, 10 Jan 2024 11:45:37 -0300 Subject: [PATCH] Update `.card, .card-large` on style-weatherNode.css. --- weather-node/public/css/style-weatherNode.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather-node/public/css/style-weatherNode.css b/weather-node/public/css/style-weatherNode.css index cf79067..2716ff7 100644 --- a/weather-node/public/css/style-weatherNode.css +++ b/weather-node/public/css/style-weatherNode.css @@ -81,8 +81,8 @@ body { flex-basis: 130px; */ display:flex; flex-direction: row; - /* flex-wrap: wrap; */ justify-content: space-between; + flex-wrap: wrap; /* max-width: calc (33.333% - 40px); */ margin: 20px; border-radius: 20px;