Skip to content

Commit

Permalink
Fixed mode card arrangement (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
fxedel authored and FloEdelmann committed Mar 9, 2017
1 parent 8df763e commit 869e58f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/stylesheets/fixture.scss
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,12 @@ data.checkbox {
overflow: hidden;
}

&:nth-of-type(2n+1) {
&:nth-of-type(even) {
margin-right: .5rem;
float: left;
clear: left;
}
&:nth-of-type(2n) {
&:nth-of-type(odd) {
margin-left: .5rem;
float: right;
clear: right;
Expand Down Expand Up @@ -251,4 +251,4 @@ data.checkbox {
margin: 1.5rem 0 0;
}
}
}
}

0 comments on commit 869e58f

Please sign in to comment.