Fixes wrapping issues with small screens/mobile

This commit is contained in:
onyxserpent 2014-08-10 16:34:26 -07:00
parent ae042996dc
commit 5ff88d1e7b

View file

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