--- a/landingpage/index.html
+++ b/landingpage/index.html
@@ -161,8 +161,8 @@
     <div class="container">
       <h3 id="start" class="subhead">Getting started</h3>
       <div class="row start">
-	    <p class="col-md-4 col-sm-6">
-		  <ul align="center">
+	    <p class="col-md-4 col-sm-6 text-center">
+		  <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>
@@ -173,15 +173,15 @@
 		</p> 
 		<p class="col-md-4 col-sm-6">
           <strong>API</strong><br>
-          <a href="https://forge.codesys.com/prj/cfunit/home/CfUnit%20API%20Reference/">Online API reference can be found here</a>.
+          Online API reference can be <a href="https://forge.codesys.com/prj/cfunit/home/CfUnit%20API%20Reference/"> found here</a>.
         </p>		
         <p class="col-md-4 col-sm-6">
           <strong>Bugs</strong><br>
-          Bugs can be reported by opening a <a href="https://forge.codesys.com/prj/cfunit/tickets/">ticket</a> here.
+          Bugs can be reported by opening a <a href="https://forge.codesys.com/prj/cfunit/tickets/">ticket here</a>.
         </p>
 		<p class="col-md-4 col-sm-6">
           <strong>Q&A</strong><br>
-          <a href="https://forge.codesys.com/prj/cfunit/questions/">If you have any questions, you can drop them here</a>.<br>
+          If you have any questions, you can drop <a href="https://forge.codesys.com/prj/cfunit/questions/">them here</a>.<br>
 		  If you cannot find your anwser, you can always drop a question in the comment.<br>
 		  Posted questions will be modderated into the Q&A for future reference.
         </p>
@@ -190,7 +190,13 @@
 	
 	<div class="container">
         <h3 id="tuturial" class="subhead">Tutorial</h3>
-			A step by step tutorial for the Simple CfUnit example project can be found<a href="https://forge.codesys.com/prj/cfunit/home/Home/"> here.</a>
+		<div class="row about">
+          <div class="col-md-10 col-md-offset-1 text-center">
+		  	</p>  
+			A step by step tutorial for the Simple CfUnit example project can be <a href="https://forge.codesys.com/prj/cfunit/home/Home/">found here.</a>
+			</p>
+		  </div> <!-- /.col-md-10 -->
+        </div> <!-- /.row -->
 	  </div> <!-- /.tutorial -->
     </div> <!-- /.container -->