Skip to content

Commit

Permalink
fix margins in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Oct 30, 2023
1 parent 7b76383 commit 0e131e1
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}

Expand Down

0 comments on commit 0e131e1

Please sign in to comment.