From 752ddcdc5f126b4a063c856fa193a34d25ad97ca Mon Sep 17 00:00:00 2001 From: onyxserpent Date: Sat, 4 Apr 2015 09:10:05 -0700 Subject: [PATCH] Redoing that stupid fix mobile/small screen thing --- app/assets/stylesheets/themes/default/layout/_body.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/themes/default/layout/_body.scss b/app/assets/stylesheets/themes/default/layout/_body.scss index 8d308dc..b227c40 100644 --- a/app/assets/stylesheets/themes/default/layout/_body.scss +++ b/app/assets/stylesheets/themes/default/layout/_body.scss @@ -10,7 +10,6 @@ body { padding: 0; width: 100%; min-height: 100%; - min-width: 1020px; } body#tinymce { @@ -19,6 +18,7 @@ body#tinymce { #container { min-height: 100%; + min-width: 1020px; background: { color: $blue; image: image-url("#{$theme-path}/layout/background.jpg");