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; + } +}