WIP
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
@import "flex-5050-cta";
|
||||
@import "flex-grid-callout";
|
||||
@import "flex-3-column-callouts";
|
||||
@import "flex-large-quote";
|
||||
|
||||
@import "team-members";
|
||||
@import "team-member";
|
||||
|
||||
20
src/scss/flex-large-quote.scss
Normal file
20
src/scss/flex-large-quote.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
section.large-quote {
|
||||
padding: 6rem 0;
|
||||
|
||||
.quote {
|
||||
@extend .goudy;
|
||||
|
||||
p.text {
|
||||
padding-top: 2rem;
|
||||
font-size: 58px;
|
||||
line-height: 63px;
|
||||
}
|
||||
|
||||
p.attribution {
|
||||
text-align: right;
|
||||
margin-top: 3rem;
|
||||
font-size: 38px;
|
||||
line-height: 63px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user