From 5ceee4bac4a4cbeacb0e4b0d2006f43ab0f265bf Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Thu, 24 Oct 2019 16:58:22 -0700 Subject: [PATCH] Improve player hand style --- app/assets/stylesheets/game.css.sass | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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