Redoing that stupid fix mobile/small screen thing

This commit is contained in:
onyxserpent 2015-04-04 09:10:05 -07:00
parent 2aab997a10
commit 075da49bdf

View file

@ -10,7 +10,6 @@ body {
padding: 0; padding: 0;
width: 100%; width: 100%;
min-height: 100%; min-height: 100%;
min-width: 1020px;
} }
body#tinymce { body#tinymce {
@ -19,6 +18,7 @@ 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");