Redoing that stupid fix mobile/small screen thing

Conflicts:
	app/assets/stylesheets/themes/default/layout/_body.scss
This commit is contained in:
onyxserpent 2015-04-04 09:10:05 -07:00 committed by Luke Barratt
parent 0ca3b487ad
commit 5576d65d15

View file

@ -27,6 +27,13 @@ body#tinymce {
#container {
min-height: 100%;
min-width: 1020px;
background: {
color: $blue;
image: image-url("#{$theme-path}/layout/background.jpg");
position: top center;
repeat: no-repeat;
}
}
.wrapper {