Add style fir middle player inventory

This commit is contained in:
Jesse C. Fisher 2019-10-27 00:00:13 -07:00
parent 4c2fbf5843
commit 6f11e34298

View File

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