--- a/landingpage/index.html
+++ b/landingpage/index.html
@@ -29,7 +29,6 @@
 
         <div class="collapse navbar-collapse navbar-ex1-collapse">
           <ul class="nav navbar-nav navbar-right">
-			<li><a href="#jumbotron" class="nav-link">About</a></li>
             <li><a href="#features" class="nav-link">Features</a></li>
             <li><a href="#tour-head" class="nav-link">Tour</a></li>
 			<li><a href="#Download">Download</a></li>
@@ -151,7 +150,7 @@
       <h3 id="Download" class="subhead">Download</h3>
 	  <div class="row download" >
 	    <p>
-	      <ul class="col-md-4 col-sm-6 text-center">
+	      <ul class="col-md-12 text-center">
 		  <p>
 		    <a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v1.0.0.0/CfUnit.package?format=raw" class="btn btn-primary">CfUnit v1.0.0.0 Package</a>
 		  </p>
@@ -168,7 +167,7 @@
       <h3 id="start" class="subhead">Getting started</h3>
       <div class="row start" >
 	    <p>
-		  <ul class="col-md-4 col-sm-6 text-center">
+		  <ul class="col-md-12 text-center">
 		  <strong>A detailed 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>.</strong>
 		  <br>Extend your test with <code>CfUnit.FB_TestSuite</code>,
 		  <br>Add the attribute-pragma <code>{attribute ‘call_after_init’}</code>,