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