From 6f11e34298c0830aa5433b31cebe7948d015603a Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Sun, 27 Oct 2019 00:00:13 -0700 Subject: [PATCH] Add style fir middle player inventory --- app/assets/stylesheets/game.css.sass | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/assets/stylesheets/game.css.sass b/app/assets/stylesheets/game.css.sass index d35368d..1d52c92 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