Fixes wrapping issues with small screens/mobile

Theoretically should work this time.  Initially put the code int he wrong CSS class.
This commit is contained in:
onyxserpent 2014-09-29 18:32:50 -07:00
parent 3f3e705387
commit 0b843d9fd8

View file

@ -10,6 +10,7 @@ body {
padding: 0; padding: 0;
width: 100%; width: 100%;
min-height: 100%; min-height: 100%;
min-width: 1020px;
} }
body#tinymce { body#tinymce {
@ -18,7 +19,6 @@ body#tinymce {
#container { #container {
min-height: 100%; min-height: 100%;
min-width: 1020px;
background: { background: {
color: $blue; color: $blue;
image: image-url("#{$theme-path}/layout/background.jpg"); image: image-url("#{$theme-path}/layout/background.jpg");