diff --git a/app/assets/stylesheets/game.css.sass b/app/assets/stylesheets/game.css.sass index 23d7f675..5b287a83 100644 --- a/app/assets/stylesheets/game.css.sass +++ b/app/assets/stylesheets/game.css.sass @@ -128,6 +128,11 @@ ol#cards-to-beat flex-wrap: wrap text-align: left li + margin-left: -21vmin + // Don't offset first card + &:first-of-type + // margin-left: 0 + margin-left: -4vmin flex: 1 1 auto input[type="checkbox"] visibility: hidden @@ -135,7 +140,7 @@ ol#cards-to-beat &:checked ~ img box-shadow: 0px 0px 2px 6px cadetblue img - width: 6vmin + width: 26vmin border: 1px solid black border-radius: .3vmin .inventory