From a35bc4e868c84363bb02c14fa728bebc6f4b72f6 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Mon, 22 Feb 2016 19:03:46 -0800 Subject: [PATCH] Minor style improvement --- app/assets/stylesheets/game.css.sass | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/game.css.sass b/app/assets/stylesheets/game.css.sass index 382fe8c..ee48c49 100644 --- a/app/assets/stylesheets/game.css.sass +++ b/app/assets/stylesheets/game.css.sass @@ -106,11 +106,13 @@ button ////// Cards to beat ol#cards-to-beat - display: flex + //display: flex flex-wrap: wrap text-align: center li - flex: 1 1 auto + //flex: 1 1 auto + text-align: center + display: inline-block img width: 6vmin border: 1px solid black