Files
chaffe-theme/src/scss/flex-large-quote.scss
2025-05-07 15:46:43 -07:00

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;
}
}
}