--- a/landingpage/index.html
+++ b/landingpage/index.html
@@ -160,15 +160,15 @@
 	
     <div class="container">
       <h3 id="start" class="subhead">Getting started</h3>
-      <div class="row start">
-	    <p class="col-md-4 col-sm-6 text-center" align ="center">
-		  <ul align ="center">
-		    <li align ="center">Extend your test with <code>CfUnit.FB_TestSuite</code>,</li>
-		    <li align ="center">Add the attribute-pragma <code>{attribute ‘call_after_init’}</code>,</li>
-		    <li align ="center">>Define the inputs and define the expected output (result),</li>
-		    <li align ="center">Call the CfUnit-assert methods to compare the expected output to the actual output,</li>
-		    <li align ="center">Close the test with <code>TEST_FINISHED()</code> when finished.</li>
-		    <li align ="center">Call the test method from the main FB Body</li>
+      <div class="row start" align="center">
+	    <p class="col-md-4 col-sm-6">
+		  <ul>
+		    <li>Extend your test with <code>CfUnit.FB_TestSuite</code>,</li>
+		    <li>Add the attribute-pragma <code>{attribute ‘call_after_init’}</code>,</li>
+		    <li>Define the inputs and define the expected output (result),</li>
+		    <li>Call the CfUnit-assert methods to compare the expected output to the actual output,</li>
+		    <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> 
 		<p class="col-md-4 col-sm-6">