Rename intro to hero

This commit is contained in:
Michael Rose 2017-03-17 11:53:13 -04:00
parent 379b0c811e
commit 4e8851782e
3 changed files with 17 additions and 1 deletions

View File

@ -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:

View File

@ -112,6 +112,14 @@
}
}
}
> .summary {
> p:first-child {
font-size: 1.125em;
line-height: 1.625;
}
}
}
.entry-content {

View File

@ -55,3 +55,11 @@
display: inline-block;
}
}
.intro-more {
> p:first-child {
font-size: 1.125em;
line-height: 1.625;
}
}