Skip to content

Commit

Permalink
💅 Adjust positioning of voting boxes on voting header
Browse files Browse the repository at this point in the history
  • Loading branch information
massao committed Aug 13, 2019
1 parent bfd56e0 commit 27ab717
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/delegates/votingHeader.css
Expand Up @@ -5,7 +5,8 @@
display: flex;
justify-content: space-between;
width: 100%;
margin-bottom: 25px;
margin-bottom: 20px;
margin-top: 4px;

& > * {
display: flex;
Expand Down Expand Up @@ -53,6 +54,7 @@
border: solid 1px var(--color-platinum);
border-radius: 3px;
box-sizing: border-box;
margin-top: 20px;
max-height: 62px;

&.addedVotes {
Expand Down

0 comments on commit 27ab717

Please sign in to comment.