add hero component to examples

This commit is contained in:
Philipp Kühn
2018-08-23 08:03:42 +02:00
parent 47909e5890
commit daa2776ced
6 changed files with 46 additions and 4 deletions

View File

@@ -38,6 +38,7 @@ a {
h1,
h2,
h3,
p,
ul,
ol,
@@ -52,4 +53,10 @@ blockquote {
&:last-child {
margin-bottom: 0;
}
}
h1,
h2,
h3 {
line-height: 1.3;
}