Skip to content

Commit 4e88517

Browse files
committed
Rename intro to hero
1 parent 379b0c8 commit 4e88517

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ actions:
255255
icon: download # references name of svg icon, see full list below
256256
url: "http://url-goes-here.com"
257257

258-
image: # URL to an image associated with the post (e.g., /assets/page-pic.jpg)
258+
image: # URL to a hero image associated with the post (e.g., /assets/page-pic.jpg)
259259

260260
# post specific author data if different from what is set in _config.yml
261261
author:

_sass/basically-basic/_entries.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@
112112
}
113113
}
114114
}
115+
116+
> .summary {
117+
118+
> p:first-child {
119+
font-size: 1.125em;
120+
line-height: 1.625;
121+
}
122+
}
115123
}
116124

117125
.entry-content {

_sass/basically-basic/_intro.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,11 @@
5555
display: inline-block;
5656
}
5757
}
58+
59+
.intro-more {
60+
61+
> p:first-child {
62+
font-size: 1.125em;
63+
line-height: 1.625;
64+
}
65+
}

0 commit comments

Comments
 (0)