From db5efbe670382e15052472707575b80fe4dc6a1d Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Sun, 27 Oct 2019 00:42:52 -0700 Subject: [PATCH] Improve card style --- app/assets/stylesheets/game.css.sass | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/game.css.sass b/app/assets/stylesheets/game.css.sass index 1d52c929..8478df1d 100644 --- a/app/assets/stylesheets/game.css.sass +++ b/app/assets/stylesheets/game.css.sass @@ -166,11 +166,16 @@ ol#cards-to-beat img width: 16vmin + .inventory + text-align: left .inventory + text-align: center img width: 6vmin - border: 1px solid black + border: 2px solid black border-radius: .3vmin - - + margin-left: -2vmin + // Don't offset first card + &:first-of-type + // margin-left: 0vmin