five-for-the-future/themes/wporg-5ftf/css/components/_entry-content.scss
Kelly Dwan 157b73e13f
Homepage: clean up item positioning
- Remove accidental drop-shadow (mistake in Figma)
- Use the correct fonts for callout text
- Switch to a fixed width of rems over percentages to make alignment easier
- Use rems to outdent quote so it lines up with the edge of the photo
- Overlap the blue box + photo on larger screens, and offset the quote down
- Remove unused selectors
- Fix quote display in the editor
2019-10-24 13:10:40 -04:00

16 lines
235 B
SCSS

.entry-content {
position: relative;
color: $color__text-main;
hyphens: none;
h1, h2, h3, h4, h5, h6 {
color: $color__text-heading-darker;
}
h2 {
font-size: ms( 2 );
font-weight: 400;
color: $color__text-heading;
}
}