diff --git a/app/assets/stylesheets/game.css.sass b/app/assets/stylesheets/game.css.sass index d35368da..1d52c929 100644 --- a/app/assets/stylesheets/game.css.sass +++ b/app/assets/stylesheets/game.css.sass @@ -154,6 +154,19 @@ ol#cards-to-beat border: 1px solid black border-radius: 1.2vmin transition: margin-top ease-out .24s + +#mid + ul#inventory + margin-left: 8vmin + li + margin-left: -8vmin + // Don't offset first card + &:first-of-type + // margin-left: -0vmin + img + width: 16vmin + + .inventory img width: 6vmin