From bf1dcbdd5eb6b09ca6fd6262a8d00914654de823 Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Thu, 28 May 2015 22:14:02 -0700 Subject: [PATCH] Minor tweak to outfit page tablet layout --- app/less/outfit.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/less/outfit.less b/app/less/outfit.less index 415885ad..6c3d3c3e 100755 --- a/app/less/outfit.less +++ b/app/less/outfit.less @@ -6,7 +6,7 @@ .user-select-none(); .tablet({ - min-width: 760px; + width: 100%; font-size: 0.8em; });