mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
ce9244b504
* 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
9 lines
201 B
SCSS
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; }
|
|
}
|