From 869e58f5d9bb0c6158e7ae01e33b34b4cc51104d Mon Sep 17 00:00:00 2001 From: fxedel Date: Thu, 9 Mar 2017 23:45:07 +0100 Subject: [PATCH] Fixed mode card arrangement (#51) --- views/stylesheets/fixture.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/stylesheets/fixture.scss b/views/stylesheets/fixture.scss index 06c21c8d49..e163f23396 100644 --- a/views/stylesheets/fixture.scss +++ b/views/stylesheets/fixture.scss @@ -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; @@ -251,4 +251,4 @@ data.checkbox { margin: 1.5rem 0 0; } } -} \ No newline at end of file +}