10 lines
198 B
SCSS
10 lines
198 B
SCSS
#introduction .blurb {
|
|
font-size: 2.49em;
|
|
font-weight: 700;
|
|
line-height: 1.2;
|
|
}
|
|
#contact {
|
|
.section-heading {font-weight: 700;}
|
|
p {line-height: 1.4; max-width: 65ch;}
|
|
.cta {margin: 2em 0 0;}
|
|
} |