From 42521c984a686d55ed687c142a7fb79fd8bed677 Mon Sep 17 00:00:00 2001 From: Igor Santos Date: Mon, 2 Sep 2024 18:43:22 -0300 Subject: [PATCH] fix(vote): adjust size card body on candidature list --- .../candidature/static/scss/candidaturesearch.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/org_eleicoes/votepeloclima/candidature/static/scss/candidaturesearch.scss b/app/org_eleicoes/votepeloclima/candidature/static/scss/candidaturesearch.scss index a2d81332..d1a766a7 100644 --- a/app/org_eleicoes/votepeloclima/candidature/static/scss/candidaturesearch.scss +++ b/app/org_eleicoes/votepeloclima/candidature/static/scss/candidaturesearch.scss @@ -87,7 +87,7 @@ legend.form-label { } .card-body { - height: 175px; + height: 185px; } .card-img-top {