Skip to content

Commit 9a6b7d4

Browse files
authored
Merge pull request #676 from donaldpipowitch/patch-2
quick fix to make votes more readable
2 parents 3f146b8 + 2a9e0c7 commit 9a6b7d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/vote/app-style.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@
136136
&__item-card {
137137
display: flex;
138138
flex-direction: column;
139+
margin-top: 30px;
140+
margin-bottom: 30px;
139141

140142
@include break(medium){
141143
flex-direction: row;
@@ -215,4 +217,4 @@
215217
width: 100%;
216218
}
217219
}
218-
}
220+
}

0 commit comments

Comments
 (0)