diff --git a/client/scss/_base.scss b/client/scss/_base.scss index 89e288f..d94d755 100644 --- a/client/scss/_base.scss +++ b/client/scss/_base.scss @@ -30,7 +30,7 @@ html { } body { - background: url(inner-bg.jpg) #162232 center top no-repeat; + background: url(http://80.240.132.120/test/inner-bg.jpg) #162232 center top no-repeat; width: 100%; height: 100%; overflow: hidden; @@ -73,4 +73,5 @@ body { position: absolute; transform: translate(-50%, 0px); left: 50%; + width: 500px; } \ No newline at end of file diff --git a/client/templates/modal.redraw.handlebars b/client/templates/modal.redraw.handlebars index 872279f..4a4052c 100644 --- a/client/templates/modal.redraw.handlebars +++ b/client/templates/modal.redraw.handlebars @@ -1,6 +1,6 @@