diff --git a/src/components/HomepageFeatures.js b/src/components/HomepageFeatures.js
index 97700fcd..fe7f0634 100644
--- a/src/components/HomepageFeatures.js
+++ b/src/components/HomepageFeatures.js
@@ -69,13 +69,13 @@ function Feature({ title, description, icon, index }) {
const color = getColor(index)
return (
-
+
{icon}
{title}
{description}
-
-
Static Asset will go here
+
);
diff --git a/src/styles/HomePageFeatures.scss b/src/styles/HomePageFeatures.scss
index 10182111..fc48fcf4 100644
--- a/src/styles/HomePageFeatures.scss
+++ b/src/styles/HomePageFeatures.scss
@@ -18,8 +18,15 @@
&.color-white { --feature-color: white; }
.feature-half {
width: 50%;
+ &.assets {
+ background: var(--feature-color);
+ .screenshot {
+ background: black;
+ width: 80%;
+ height: 80%;
+ }
+ }
}
- border-bottom: 5px solid var(--feature-color);
.feature-title {
display: flex;
align-items: flex-end;