From a5015b243b8dd240a87e71641f187d7e58047080 Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Fri, 5 Jun 2015 21:12:26 -0700 Subject: [PATCH] Minor responsive less tweak --- app/less/shipyard.less | 2 +- app/less/slot.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/less/shipyard.less b/app/less/shipyard.less index 5f12e833..150e87b8 100755 --- a/app/less/shipyard.less +++ b/app/less/shipyard.less @@ -6,7 +6,7 @@ a.ship { display: inline-block; - width: 18em; + width: 15em; margin: 0.5em; background-color: @bg; padding: 0.5em; diff --git a/app/less/slot.less b/app/less/slot.less index 2f044837..d22b79f5 100755 --- a/app/less/slot.less +++ b/app/less/slot.less @@ -3,6 +3,7 @@ width: 25%; margin: 0; box-sizing: border-box; + display: inline-block; .user-select-none(); cursor: default; @@ -19,7 +20,6 @@ .tablet({ width: 50%; - h1 { margin: 1em 0 0 0; }