Merge pull request #83 from medialab-prado/75-unify-font-size-header
Unify processes header type
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
}
|
||||
|
||||
$epigraph-font-size: rem-calc(15);
|
||||
$epigraph-line-height: rem-calc(22);
|
||||
|
||||
// 02. Hero
|
||||
// -----------------
|
||||
@@ -87,7 +88,9 @@ $epigraph-font-size: rem-calc(15);
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: $base-font-size;
|
||||
font-size: $epigraph-font-size;
|
||||
line-height: $epigraph-line-height;
|
||||
|
||||
@include breakpoint(medium) {
|
||||
margin-left: 25%;
|
||||
}
|
||||
@@ -123,15 +126,26 @@ $epigraph-font-size: rem-calc(15);
|
||||
|
||||
p {
|
||||
font-size: $epigraph-font-size;
|
||||
line-height: $epigraph-line-height;
|
||||
}
|
||||
|
||||
ul {
|
||||
font-size: $epigraph-font-size;
|
||||
line-height: $epigraph-line-height;
|
||||
|
||||
li {
|
||||
margin-bottom: 1rem;
|
||||
|
||||
p {
|
||||
display: inline;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: $base-font-size;
|
||||
}
|
||||
|
||||
@include breakpoint(medium) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.button-subscribe {
|
||||
|
||||
Reference in New Issue
Block a user