diff --git a/src/_includes/showcase.ejs b/src/_includes/showcase.ejs
index 0058f52..abffa6b 100644
--- a/src/_includes/showcase.ejs
+++ b/src/_includes/showcase.ejs
@@ -18,12 +18,13 @@
<%= product.name %>
-
more info
diff --git a/src/assets/styles/_showcase.css b/src/assets/styles/_showcase.css
index e5b536a..5c7f962 100644
--- a/src/assets/styles/_showcase.css
+++ b/src/assets/styles/_showcase.css
@@ -13,6 +13,13 @@ article.showcase__wrapper {
margin-top: 1rem;
}
+.showcase__wrapper header span {
+ display: flex;
+ align-items: flex-start;
+ text-transform: uppercase;
+ font-weight: 700;
+}
+
.showcase__wrapper ul {
display: flex;
flex-direction: column;
@@ -51,8 +58,9 @@ article.showcase__wrapper {
}
.showcase__wrapper .icon {
- height: 0.8em;
- margin-left: 0.5em;
+ height: 1em;
+ width: 1em;
+ margin-left: 0.3em;
}
.product-hero__wrapper{