diff --git a/index.html b/index.html
index f1b208849..e7ec0dd24 100644
--- a/index.html
+++ b/index.html
@@ -46,17 +46,11 @@
diff --git a/static/styles/custom/home.css b/static/styles/custom/home.css
index 5c1239844..f266eb498 100644
--- a/static/styles/custom/home.css
+++ b/static/styles/custom/home.css
@@ -29,6 +29,9 @@
.mascot-mobile {
display: none;
}
+ .hide-on-small-screen {
+ display: block;
+ }
.featurette-heading {
font-size: 50px;
}
@@ -38,7 +41,4 @@
.featurette-image {
margin-top: 30px;
}
- .hide-on-small-screen {
- display: block;
- }
}