diff --git a/app/packs/stylesheets/decidim/decidim_awesome/voting/three_flags.scss b/app/packs/stylesheets/decidim/decidim_awesome/voting/three_flags.scss index 1cc9fcdc4..5cd868b8a 100644 --- a/app/packs/stylesheets/decidim/decidim_awesome/voting/three_flags.scss +++ b/app/packs/stylesheets/decidim/decidim_awesome/voting/three_flags.scss @@ -8,10 +8,15 @@ &.current-choice { text-align: center; + margin-bottom: 0; - .vote-card .vote-label { - margin-bottom: 1rem; - color: $black; + .vote-card { + margin-top: .5rem; + + .vote-label { + margin-bottom: 1rem; + color: $black; + } } }