Minor style improvement

This commit is contained in:
Jesse C. Fisher 2016-02-22 19:03:46 -08:00
parent cb172f6e6d
commit a35bc4e868

View File

@ -106,11 +106,13 @@ button
////// Cards to beat ////// Cards to beat
ol#cards-to-beat ol#cards-to-beat
display: flex //display: flex
flex-wrap: wrap flex-wrap: wrap
text-align: center text-align: center
li li
flex: 1 1 auto //flex: 1 1 auto
text-align: center
display: inline-block
img img
width: 6vmin width: 6vmin
border: 1px solid black border: 1px solid black