Skip to content

Commit 2a9e0c7

Browse files
quick fix to make votes more readable
1 parent 7da0bd7 commit 2a9e0c7

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)