--- a/landingpage/index.html
+++ b/landingpage/index.html
@@ -161,7 +161,7 @@
     <div class="container">
       <h3 id="start" class="subhead">Getting started</h3>
       <div class="row start" align="center">
-	    <p class="col-md-4 col-sm-6">
+	    <div class="col-md-10 col-md-offset-1">
 		  <ul>
 		    <li>Extend your test with <code>CfUnit.FB_TestSuite</code>,</li>
 		    <li>Add the attribute-pragma <code>{attribute ‘call_after_init’}</code>,</li>
@@ -170,7 +170,7 @@
 		    <li>Close the test with <code>TEST_FINISHED()</code> when finished.</li>
 		    <li>Call the test method from the main FB Body</li>
 		  </ul>
-		</p> 
+		</div> 
 		<p class="col-md-4 col-sm-6">
           <strong>API</strong><br>
           Online API reference can be <a href="https://forge.codesys.com/prj/cfunit/home/CfUnit%20API%20Reference/"> found here</a>.