diff --git a/static/css/webvirtcloud.css b/static/css/webvirtcloud.css index 7679d8c..a3cb74e 100644 --- a/static/css/webvirtcloud.css +++ b/static/css/webvirtcloud.css @@ -10,6 +10,10 @@ body { background-color: #FFF; } +#max-width-page { + max-width: 768px; +} + .side-nav { background-color: #FFF; font-size: 1.2em; diff --git a/templates/instance.html b/templates/instance.html index 5ffbdb0..7c135c4 100644 --- a/templates/instance.html +++ b/templates/instance.html @@ -12,31 +12,28 @@ {% include 'errors_block.html' %} -