diff --git a/config.yaml b/config.yaml
index bf86e579bf..baa61568d5 100644
--- a/config.yaml
+++ b/config.yaml
@@ -27,20 +27,16 @@ params:
# Customizable navbar. For a dropdown, add a "sublinks" list.
section2:
- title: In a Nutshell
+ title: KEY FEATURES
features:
- title: Powerful N-dimensional arrays
- icon: cartesian
subtitle: Fast, versatile and easy to use
text: Fast, versatile and easy to use, the NumPy vectorization, indexing and broadcasting concepts are the de-facto standards of array computing today.
- title: Numerical computing tools
- icon: chip
text: Fundamental package for scientific computing, NumPy offers comprehensive mathematical functions, random number generators, linear algebra routines, Fourier transforms and more.
- title: Interoperable
- icon: computer
text: Works on your choice of computing platform, whether your code fits in memory and runs on a CPU or requires a GPU. NumPy supports a wide range of computing platforms and works well with all major distributed arrays and sparse arrays libraries.
- title: Open source
- icon: web-programming
text: Distributed under a liberal [BSD license](https://github.com/numpy/numpy/blob/master/LICENSE.txt), NumPy is developed and maintained publicly on GitHub by a vibrant, responsive and diverse community.
tabs:
title: Ecosystem
diff --git a/layouts/partials/css.html b/layouts/partials/css.html
index 7dcee809dc..fef118d63a 100644
--- a/layouts/partials/css.html
+++ b/layouts/partials/css.html
@@ -17,6 +17,7 @@
+
diff --git a/layouts/partials/section2.html b/layouts/partials/section2.html
index 969a845734..04892de027 100644
--- a/layouts/partials/section2.html
+++ b/layouts/partials/section2.html
@@ -1,34 +1,18 @@
{{- $section2 := .Site.Params.section2 }}
{{- $title := index $section2 "title" }}
-{{- $subtitle := index $section2 "subtitle" }}
{{- $features := index $section2 "features" }}
-
-