From e0ddf543ee84171ee90e0c005067c7dfe7efdbf0 Mon Sep 17 00:00:00 2001 From: Matchu Date: Thu, 29 May 2014 22:59:36 -0700 Subject: [PATCH] increase outfits#show preview size to 600x600 --- app/assets/stylesheets/outfits/_show.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/outfits/_show.sass b/app/assets/stylesheets/outfits/_show.sass index f93187c7..4c7ac4d1 100644 --- a/app/assets/stylesheets/outfits/_show.sass +++ b/app/assets/stylesheets/outfits/_show.sass @@ -22,10 +22,10 @@ body.outfits-show #preview-wrapper clear: both - height: 400px + height: 600px margin: 0 auto 1em position: relative - width: 400px + width: 600px #preview-swf left: 0