Rename intro to hero
This commit is contained in:
parent
379b0c811e
commit
4e8851782e
|
@ -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:
|
||||
|
|
|
@ -112,6 +112,14 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
> .summary {
|
||||
|
||||
> p:first-child {
|
||||
font-size: 1.125em;
|
||||
line-height: 1.625;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.entry-content {
|
||||
|
|
|
@ -55,3 +55,11 @@
|
|||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.intro-more {
|
||||
|
||||
> p:first-child {
|
||||
font-size: 1.125em;
|
||||
line-height: 1.625;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue