Improve player hand style

This commit is contained in:
Jesse C. Fisher 2019-10-24 16:58:22 -07:00
parent 54156c2956
commit 5ceee4bac4

View File

@ -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