From f47b298014ea4616988d05370cfdea5a03ee1cc8 Mon Sep 17 00:00:00 2001 From: Oscar Cortez Date: Mon, 20 Jul 2015 21:52:42 -0600 Subject: [PATCH] Highlight post use default image instead of background color --- _includes/highlight_post.html | 2 +- _sass/_layout.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/highlight_post.html b/_includes/highlight_post.html index 9728130..b7aeeba 100644 --- a/_includes/highlight_post.html +++ b/_includes/highlight_post.html @@ -1,7 +1,7 @@ {% assign post = site.posts.first %}
-
+
diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 6f955a7..422b83d 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -60,6 +60,7 @@ -ms-flex-pack: center; justify-content: center; min-height: 200px; + background: url('../img/welcome_card.jpg') center / cover; } button {