From 4e8851782ead09584c74be7e3dda75f8b9cf0ec4 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 17 Mar 2017 11:53:13 -0400 Subject: [PATCH] Rename intro to hero --- README.md | 2 +- _sass/basically-basic/_entries.scss | 8 ++++++++ _sass/basically-basic/_intro.scss | 8 ++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9d13b5..7917aad 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ actions: icon: download # references name of svg icon, see full list below url: "http://url-goes-here.com" -image: # URL to an image associated with the post (e.g., /assets/page-pic.jpg) +image: # URL to a hero image associated with the post (e.g., /assets/page-pic.jpg) # post specific author data if different from what is set in _config.yml author: diff --git a/_sass/basically-basic/_entries.scss b/_sass/basically-basic/_entries.scss index 0854cfa..83947cc 100644 --- a/_sass/basically-basic/_entries.scss +++ b/_sass/basically-basic/_entries.scss @@ -112,6 +112,14 @@ } } } + + > .summary { + + > p:first-child { + font-size: 1.125em; + line-height: 1.625; + } + } } .entry-content { diff --git a/_sass/basically-basic/_intro.scss b/_sass/basically-basic/_intro.scss index c7c5905..6ef1ec7 100644 --- a/_sass/basically-basic/_intro.scss +++ b/_sass/basically-basic/_intro.scss @@ -55,3 +55,11 @@ display: inline-block; } } + +.intro-more { + + > p:first-child { + font-size: 1.125em; + line-height: 1.625; + } +}