sass-site/source/assets/css/components/_introduction.scss
Natalie Weizenbaum ce9244b504
Tweak typography to improve legibility (#318)
* Add more margin above headers to visually associate them with the
  prose below, rather than above.

* Reduce the margin around normal block elements to more clearly
  associate them with one another.

* Increase the size of prose and medium/large headers to make them
  easier to see.

* Reduce the font weight of intro paragraphs to make them more
  visually distinct from the rest of the documentation.

Based on @slimekat's suggestions.

Closes #313
2019-04-11 15:30:17 -07:00

9 lines
201 B
SCSS

.sl-c-introduction {
color: $sl-color--patina;
font-weight: $sl-font-weight--light;
@include sl-breakpoint--medium { font-size: $sl-font-size--xx-large; }
&--center { text-align: center; }
}