diff --git a/_includes/page-core/html-head.html b/_includes/page-core/html-head.html
index 3266d748c..16c3dd75f 100644
--- a/_includes/page-core/html-head.html
+++ b/_includes/page-core/html-head.html
@@ -18,7 +18,9 @@
+ {% if page.url == "/" %}
+ {% endif %}
+jumbotron-id: landing-jumbotron
jumbotron-heading: |
ev3dev is your EV3 re-imagined
jumbotron-content: |
@@ -45,7 +46,7 @@ jumbotron-content: |
-

+
excerpt: "ev3dev is a Debian Linux-based operating system that runs on several LEGO MINDSTORMS compatible platforms including the LEGO MINDSTORMS EV3 and Raspberry Pi-powered BrickPi."
---
diff --git a/stylesheets/landing-content.scss b/stylesheets/landing-content.scss
index 2abe18327..47203d732 100644
--- a/stylesheets/landing-content.scss
+++ b/stylesheets/landing-content.scss
@@ -8,6 +8,15 @@
font-size: 54px;
}
+#landing-jumbotron {
+ padding-bottom: 0;
+}
+
+#ev3-hero-image {
+ margin-left: auto;
+ margin-right: auto;
+}
+
// Featurette flow margin
.featurette-divider {
margin: 80px 0;
@@ -49,8 +58,8 @@
.featurette {
text-align: center;
}
-
- #splash-thumbnail {
- display: none;
+
+ #ev3-hero-image {
+ width: 50%;
}
}