commit | 0fe5c8af2e10cafbf314cfbbee3b4ee8753ab159 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Fri Mar 11 11:58:31 2016 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Fri Mar 11 11:58:31 2016 -0800 |
tree | f54fa5dbde327f9c777ef0ac360d7aed3565f12c | |
parent | 0edfed0c1775bd36508b46236e3db1fe910eb1d1 [diff] |
Fixed delinquent page width
diff --git a/xos/synchronizers/vcpe/templates/message.html.j2 b/xos/synchronizers/vcpe/templates/message.html.j2 index d56632c..eb4497a 100644 --- a/xos/synchronizers/vcpe/templates/message.html.j2 +++ b/xos/synchronizers/vcpe/templates/message.html.j2
@@ -5,6 +5,10 @@ <title>Service Suspended</title> <style> + .row { + width: 100%; + } + .col-sm-offset-2 { margin-left: 16.66666667%; }