22 lines
392 B
SCSS
22 lines
392 B
SCSS
section.large-quote {
|
|
padding: 6rem 0;
|
|
|
|
.quote {
|
|
@extend .goudy;
|
|
|
|
p.text {
|
|
padding-top: 2rem;
|
|
font-size: 58px;
|
|
line-height: 63px;
|
|
color: $c-navy;
|
|
}
|
|
|
|
p.attribution {
|
|
text-align: right;
|
|
margin-top: 3rem;
|
|
font-size: 38px;
|
|
line-height: 63px;
|
|
}
|
|
}
|
|
}
|