Switch to side-by-side view

--- a/ForgeLink/forgelink/templates/index.html
+++ b/ForgeLink/forgelink/templates/index.html
@@ -13,6 +13,12 @@
 
   <body>
     <h1 class="title">Link is not configured</h1>
-    <p>Please log in as the project's administrator and provide a url for this link.</p>
+    <div class="content">
+      <div class="row">
+        <div class="column grid_12">
+          <p>Please log in as the project's administrator and provide a url for this link.</p>
+        </div>
+      </div>
+    </div>
   </body>
 </html>