Fixed links offsets.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ignite/site/branches/sidenav@1658571 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/css/all.css b/css/all.css
index d3e7553..7073ee8 100755
--- a/css/all.css
+++ b/css/all.css
@@ -7885,7 +7885,7 @@
 .key-features h2 {
   font-size: 34px;
   color: #333;
-  padding: 35px 0 35px 0;
+  padding: 0 0 35px 0;
   text-align: center;
 }
 .key-features .examples-heading,
@@ -7907,7 +7907,8 @@
   padding-left: 10px;
 }
 .key-features section.feature-section {
-  padding-bottom: 30px;
+  padding: 95px 0 30px 0;
+  margin-top: -40px;
   border-bottom: 2px dotted #ddd;
 }
 .key-features section.feature-section:last-child {
diff --git a/scss/ignite.scss b/scss/ignite.scss
index 7f8ef7a..b2ad6e2 100644
--- a/scss/ignite.scss
+++ b/scss/ignite.scss
@@ -301,7 +301,7 @@
     h2 {
         font-size: 34px;
         color: #333;
-        padding: 35px 0 35px 0;
+        padding: 0 0 35px 0;
         text-align: center;
     }
 
@@ -329,7 +329,8 @@
     }
 
     section.feature-section {
-        padding-bottom: 30px;
+        padding: 95px 0 30px 0;
+        margin-top: -40px;
         border-bottom: 2px dotted #ddd;
 
         &:last-child {