Update Features and CSS

- changed formatting

Signed-off-by: Siwara Schmitt <siwara.schmitt@iese.fraunhofer.de>
diff --git a/layouts/partials/features.html b/layouts/partials/features.html
index cfd73c9..28c5e9c 100755
--- a/layouts/partials/features.html
+++ b/layouts/partials/features.html
@@ -2,21 +2,27 @@
 {{ if .Site.Params.features.enable }}
 {{ if gt (len .Site.Data.features) 0 }}
 <section class="bar background-white">
+
+
     <div class="container">
-		<div class="container col-md-12 img-responsive">
-				<p style="text-align:center;">
-					<!--<a href="img/BaSyxFeatures_small.png" >	-->					
-						<img src="img/BaSyxFeatures_small.png" alt="BaSyx Features">						
-					<!--</a>-->
-				</p>
-									
-		</div>
+	
 		<div class="col-md-12">
-            <div class="heading text-center">
-                <!--<h2>{{ .Site.Params.features.title }}</h2> -->
-				<!--<h2>{{ "Features" }}</h2> -->
-            </div>
-        </div>
+			<div class="heading text-center">
+				<!--h2>{{ .Site.Params.features.title }}</h2-->
+				<!--h2>{{ "Features" }}</h2-->
+			</div>
+		</div>
+		
+		<div class="container col-md-12 img-responsive">
+			<p style="text-align:center;">
+				<!--<a href="img/BaSyxFeatures_small.png" >	-->					
+					<img src="img/BaSyxFeatures_small.png" alt="BaSyx Features">						
+				<!--/a>-->
+			</p>
+										
+		</div>
+		
+		
         {{ range $index, $element := sort .Site.Data.features "weight" }}
 		{{ if eq (mod $index 3) 0 }}
 		<div class="col-md-12">			
diff --git a/static/css/style.blue.css b/static/css/style.blue.css
index 30f6ea3..0532ec2 100755
--- a/static/css/style.blue.css
+++ b/static/css/style.blue.css
@@ -12,11 +12,7 @@
 .navbar-header:after {
   clear: both;
 }
-.center-block {
-  display: block;
-  margin-left: auto;
-  margin-right: auto;
-}
+
 .pull-right {
   float: right !important;
 }